We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c20144 commit a93ea02Copy full SHA for a93ea02
.github/workflows/build.yml
@@ -35,6 +35,6 @@ jobs:
35
uses: docker/build-push-action@v5
36
with:
37
platforms: linux/amd64,linux/arm64
38
- push: ${{ github.event_name != 'pull_request' }}
+ push: false
39
tags: ${{ steps.metadata.outputs.tags }}
40
labels: ${{ steps.metadata.outputs.labels }}
0 commit comments