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 4c06888 commit f4b77feCopy full SHA for f4b77fe
.github/workflows/main.yml
@@ -171,7 +171,7 @@ jobs:
171
with:
172
context: .
173
file: docker/Dockerfile
174
- push: ${{ github.event_name != 'pull_request' }}
+ push: ${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' }}
175
platforms: linux/amd64,linux/arm64
176
tags: ${{ steps.meta.outputs.tags }}
177
labels: ${{ steps.meta.outputs.labels }}
0 commit comments