From 0ce57616675fb9c49636976ba8f8249548879bd1 Mon Sep 17 00:00:00 2001 From: ducnt131 <62016666+anhductn2001@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:22:29 +0700 Subject: [PATCH] chore(ci): fix build image command (#444) --- .github/workflows/build_image_with_dymint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_image_with_dymint.yml b/.github/workflows/build_image_with_dymint.yml index cf7653b..ee4233c 100644 --- a/.github/workflows/build_image_with_dymint.yml +++ b/.github/workflows/build_image_with_dymint.yml @@ -9,7 +9,7 @@ on: type: string jobs: - build-wasm-image: + build-evm-image: runs-on: ubuntu-latest steps: - name: Checkout @@ -28,7 +28,6 @@ jobs: run: | docker buildx build \ --file Dockerfile \ - --target rollapp-evm \ --platform linux/amd64 \ --output type=docker,dest=/tmp/rollapp-evm.tar \ --tag ghcr.io/dymensionxyz/rollapp-evm:e2e .