Skip to content

Commit ef45939

Browse files
committed
also release versioned tags
1 parent 6f4df3c commit ef45939

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
uses: docker/metadata-action@v5
2121
with:
2222
images: hakindazz/s6-cli
23-
tags: |
23+
tags:
24+
# set to version for a tag
25+
type=ref,event=tag
2426
# set latest tag for default branch
2527
type=raw,value=latest,enable={{is_default_branch}}
2628
-

0 commit comments

Comments
 (0)