Skip to content

Commit

Permalink
also release versioned tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dazz committed Jan 10, 2024
1 parent 6f4df3c commit ef45939
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: hakindazz/s6-cli
tags: |
tags:
# set to version for a tag
type=ref,event=tag
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
-
Expand Down

0 comments on commit ef45939

Please sign in to comment.