Skip to content

Commit

Permalink
Revert "chore: publish more docker version tags, migrate to semver"
Browse files Browse the repository at this point in the history
This reverts commit 075fd01.
  • Loading branch information
h44z committed Jan 18, 2025
1 parent 49a987c commit e31c170
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ 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={{major}}
type=semver,pattern=v{{major}}
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit e31c170

Please sign in to comment.