Skip to content

Commit 4ef3881

Browse files
Push images on workflow_dispatch event
1 parent ded8249 commit 4ef3881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
platforms: ${{ matrix.platforms }}
4747
context: .
4848
file: ${{ matrix.dockerfile }}
49-
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
49+
push: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
5050
tags: ${{ join(matrix.tags, ',') }}

0 commit comments

Comments
 (0)