Skip to content

Commit

Permalink
ci(bridge): add extra flags to the build tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Dec 5, 2024
1 parent 76e58cc commit 137ad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Build TAG
run: |
PRUNED_TAG=$(echo "${{github.ref_name}}" | sed 's/_bridge//')
docker buildx build -f docker/bridge/Dockerfile --progress=plain --platform linux/amd64,linux/arm64 --tag witnet/witnet-centralized-ethereum-bridge:$PRUNED_TAG docker/bridge
docker buildx build -f docker/bridge/Dockerfile --progress=plain --platform linux/amd64,linux/arm64 --tag witnet/witnet-centralized-ethereum-bridge:$PRUNED_TAG docker/bridge --push --no-cache
- name: Check Pre-release
run: |
Expand Down

0 comments on commit 137ad40

Please sign in to comment.