Skip to content

Commit 3c63df8

Browse files
committed
Use release:published as trigger for docker container workflow
1 parent 5637b39 commit 3c63df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths-ignore:
77
- '**/*.md' # Ignore changes to markdown files
88
release:
9-
types: [created]
9+
types: [published]
1010

1111
env:
1212
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)