Skip to content

Commit

Permalink
chore: publish more docker version tags, migrate to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Jan 18, 2025
1 parent c73ce02 commit 075fd01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ jobs:
type=ref,event=tag
type=ref,event=branch
type=ref,event=pr
type=semver,pattern=v{{version}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=semver,pattern={{major}}
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit 075fd01

Please sign in to comment.