Skip to content

Commit

Permalink
Don't push images
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 11, 2023
1 parent c139412 commit 7753821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
context: integration_tests/ethereum
file: integration_tests/ethereum/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
push: false
tags: ${{ steps.meta.outputs.tags }}
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 7753821

Please sign in to comment.