We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03e081 commit aae81e7Copy full SHA for aae81e7
1 file changed
.github/workflows/main.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: docker/build-push-action@v6
97
with:
98
context: .
99
- push: github.event_name != 'pull_request'
+ push: true
100
platforms: linux/amd64
101
tags: ${{ steps.meta.outputs.tags }}
102
labels: ${{ steps.meta.outputs.labels }}
0 commit comments