We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b283694 commit 47cf44bCopy full SHA for 47cf44b
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