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