Skip to content

Commit

Permalink
chore(ci): fix build image command (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Jan 9, 2025
1 parent f8660aa commit 0ce5761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_image_with_dymint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string

jobs:
build-wasm-image:
build-evm-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -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 .
Expand Down

0 comments on commit 0ce5761

Please sign in to comment.