Skip to content

Commit

Permalink
fix: Fix docker minor version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Oct 12, 2024
1 parent f31fe89 commit 6b5fecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
tags: |
type=ref,event=pr
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{version}}
type=raw,value=edge,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
Expand Down

0 comments on commit 6b5fecf

Please sign in to comment.