Skip to content

Commit

Permalink
ci: Fixed problem with evm release build (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezavada authored Nov 14, 2024
1 parent 25aee78 commit c43e0ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-evm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./evm
context: .
file: ./evm/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit c43e0ca

Please sign in to comment.