Skip to content

Commit

Permalink
Merge pull request #845 from Felixoid/docker-action
Browse files Browse the repository at this point in the history
Trigger docker-rebuild when the release is edited
  • Loading branch information
Civil authored Nov 3, 2024
2 parents 10dd24d + 0f4ed41 commit b8fd26f
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 b8fd26f

Please sign in to comment.