Skip to content

Commit

Permalink
remove v prefix from release tags
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 18, 2024
1 parent 78749aa commit 7d0c6fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
# Tag event (pushing a git tag that starts with v), produce a
# semver tag
type=semver,pattern={{version}},event=tag,prefix=v
# Tag event produce a semver tag. This will capture tags that begin
# vX.Y.Z and X.Y.Z.
type=semver,pattern={{version}},event=tag
# All other push events (no PR, no semver tag), produce a SHA tag
type=sha,format=long
Expand Down

0 comments on commit 7d0c6fd

Please sign in to comment.