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 6fa46e6 commit ac341d3Copy full SHA for ac341d3
.github/workflows/docker.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/build-push-action@v6
52
with:
53
context: .
54
- push: ${{ github.event_name != 'pull_request' }}
+ push: true
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
platforms: linux/amd64
0 commit comments