Skip to content

Commit 17ad3e5

Browse files
committed
ci: remove semver match
1 parent 2a17ecb commit 17ad3e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
tags: |
4343
type=ref,value=latest,event=tag
4444
type=edge,value=edge
45-
type=semver,pattern={{version}}
46-
type=ref,event=branch
45+
type=match,pattern=workshop-bot-v(.*),group=1
4746
type=ref,event=pr
4847
type=sha
4948
labels:

0 commit comments

Comments
 (0)