Skip to content

Commit d98a4fc

Browse files
committed
only build on tag
1 parent 13cfea4 commit d98a4fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/container-tap-ghcr.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: container-tap-ghcr
2-
on: [push]
2+
on:
3+
push:
4+
tags:
5+
- 'tap-v*'
36
env:
47
REGISTRY: ghcr.io
58
# github.repository as <account>/<repo>

0 commit comments

Comments
 (0)