Skip to content

Commit b8fd26f

Browse files
authored
Merge pull request #845 from Felixoid/docker-action
Trigger docker-rebuild when the release is edited
2 parents 10dd24d + 0f4ed41 commit b8fd26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ghcrio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Upload Docker images to ghcr.io
22
on:
33
release:
4-
types: [created]
4+
types: [published, edited]
55
jobs:
66
docker:
77
name: Build image

0 commit comments

Comments
 (0)