Skip to content

Commit

Permalink
Merge pull request #10 from HiEventsDev/develop
Browse files Browse the repository at this point in the history
Add workflow_dispatch trigger to Docker build action
  • Loading branch information
daveearley authored May 31, 2024
2 parents 883d61f + 2ba5a5c commit c32813b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-release-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish Docker image
on:
release:
types: [published]
workflow_dispatch:

jobs:
push_to_registry:
Expand Down

0 comments on commit c32813b

Please sign in to comment.