Skip to content

Commit

Permalink
Push dev container image also when workflow is manually dispatched.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed May 24, 2024
1 parent d568f01 commit caaaf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Push dev image
uses: docker/build-push-action@v5
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
with:
push: true
tags: |
Expand Down

0 comments on commit caaaf2b

Please sign in to comment.