Skip to content

Commit

Permalink
tag image with semver compliant container tag (#434)
Browse files Browse the repository at this point in the history
Hi πŸ‘‹πŸΌ 

I don't see a reason to have 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
mmgoodnow committed Jun 26, 2023
2 parents 02c4f19 + d8f6c50 commit 5f26655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/cross-seed
tags: |
type=semver,pattern=version-{{version}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
type=ref,event=pr
-
Expand Down

0 comments on commit 5f26655

Please sign in to comment.