We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cfea4 commit d98a4fcCopy full SHA for d98a4fc
.github/workflows/container-tap-ghcr.yaml
@@ -1,5 +1,8 @@
1
name: container-tap-ghcr
2
-on: [push]
+on:
3
+ push:
4
+ tags:
5
+ - 'tap-v*'
6
env:
7
REGISTRY: ghcr.io
8
# github.repository as <account>/<repo>
0 commit comments