We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b283694 + 47cf44b commit 449bd43Copy full SHA for 449bd43
1 file changed
.github/workflows/ci.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- "main"
7
+ create:
8
+ tags:
9
+ - "*"
10
+
11
env:
12
REGISTRY: ghcr.io
13
0 commit comments