Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philbiggin authored Oct 8, 2024
1 parent 8bba6af commit 4cb024c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ name: Publish Docker image

on:
release:
types: [published]
types:
- edited
- published
- released

jobs:
push_to_registry:
Expand Down

0 comments on commit 4cb024c

Please sign in to comment.