Skip to content

Commit

Permalink
build package when release is edited and released
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Jun 17, 2021
1 parent 4e0c3a4 commit 8f37821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-github.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Push Docker image to GitHub container
on:
release:
types: [published, edited]
types: [published, edited, released]
jobs:
push_to_registry:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f37821

Please sign in to comment.