We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f7a7b commit d34ce54Copy full SHA for d34ce54
.github/workflows/docker-image.yml
@@ -5,6 +5,8 @@ on:
5
branches: [ "master"]
6
tags:
7
- '*'
8
+ release:
9
+ types: [published]
10
11
jobs:
12
build:
0 commit comments