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 ded8249 commit 4ef3881Copy full SHA for 4ef3881
.github/workflows/ci-image.yml
@@ -46,5 +46,5 @@ jobs:
46
platforms: ${{ matrix.platforms }}
47
context: .
48
file: ${{ matrix.dockerfile }}
49
- push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ push: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
50
tags: ${{ join(matrix.tags, ',') }}
0 commit comments