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 92542aa commit 426ae06Copy full SHA for 426ae06
.github/workflows/docker-publish.yml
@@ -92,9 +92,7 @@ jobs:
92
uses: docker/build-push-action@v6
93
with:
94
context: .
95
- push: ${{ github.event_name != 'pull_request' }}
96
platforms: ${{ matrix.platform }}
97
- tags: ${{ steps.meta.outputs.tags }}
98
labels: ${{ steps.meta.outputs.labels }}
99
cache-from: type=gha
100
cache-to: type=gha,mode=max
0 commit comments