Skip to content

Commit

Permalink
Trigger docker-rebuild when the release is edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Nov 3, 2024
1 parent 10dd24d commit 0f4ed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ghcrio.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Upload Docker images to ghcr.io
on:
release:
types: [created]
types: [published, edited]
jobs:
docker:
name: Build image
Expand Down

0 comments on commit 0f4ed41

Please sign in to comment.