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 655c2d7 commit a7bc925Copy full SHA for a7bc925
.github/workflows/docker.yml
@@ -33,6 +33,6 @@ jobs:
33
with:
34
context: .
35
platforms: linux/amd64,linux/arm64/v8
36
- push: ${{ github.ref == 'refs/heads/main' }}
+ push: ${{ github.event_name != 'pull_request' }}
37
tags: ${{ steps.meta.outputs.tags }}
38
labels: ${{ steps.meta.outputs.labels }}
0 commit comments