Skip to content

Commit ea30ad4

Browse files
committed
add on publish trigger
may solve #461
1 parent 0d03e44 commit ea30ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
tags: ["v*.*.*"]
1515
pull_request:
1616
branches: ["{{is_default_branch}}"]
17+
release:
18+
types: [published]
1719

1820
env:
1921
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)