Skip to content

Commit c44a0a9

Browse files
committed
ci: fix git tag matching
1 parent 5a5de58 commit c44a0a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
flavor: |
4141
latest=false
4242
tags: |
43-
type=ref,value=latest,event=tag
43+
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
4444
type=edge,value=edge
45+
type=match,pattern=workshop-bot-v(.*),group=1
4546
type=ref,event=pr
4647
type=sha
4748
labels:

0 commit comments

Comments
 (0)