Skip to content

Commit

Permalink
Push images on workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 27, 2025
1 parent ded8249 commit 4ef3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
platforms: ${{ matrix.platforms }}
context: .
file: ${{ matrix.dockerfile }}
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' }}
tags: ${{ join(matrix.tags, ',') }}

0 comments on commit 4ef3881

Please sign in to comment.