We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4644397 commit d5089acCopy full SHA for d5089ac
1 file changed
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
with:
89
context: .
90
platforms: ${{ env.platforms }}
91
- push: ${{ github.event_name != 'pull_request' }}
+ push: true
92
tags: ${{ steps.meta.outputs.tags }}
93
labels: ${{ steps.meta.outputs.labels }}
94
target: ${{ matrix.image }}
0 commit comments