We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf536e5 + ea30ad4 commit 1bdffc7Copy full SHA for 1bdffc7
.github/workflows/docker-publish.yml
@@ -14,6 +14,8 @@ on:
14
tags: ["v*.*.*"]
15
pull_request:
16
branches: ["{{is_default_branch}}"]
17
+ release:
18
+ types: [published]
19
20
env:
21
# Use docker.io for Docker Hub if empty
0 commit comments