Skip to content

Commit

Permalink
chore: tag image with semver compliant container tag
Browse files Browse the repository at this point in the history
Hi πŸ‘‹πŸΌ 

I don't see a reason to see the `version-` prefix on this tag but curious to know if there was a reason for it :)

This changes also makes it easier for automation tools like Renovate that expect semver to automatically sort and filter the tag correctly.

Thanks!
  • Loading branch information
onedr0p committed Jun 10, 2023
1 parent 5f9af42 commit b6f92b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/cross-seed
${{ secrets.DOCKERHUB_USERNAME }}/cross-seed
tags: |
type=semver,pattern=version-{{version}}
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
-
Expand Down

0 comments on commit b6f92b0

Please sign in to comment.