Skip to content

Commit

Permalink
fix: add 'vX.Y.Z' tag format to Docker image (#208)
Browse files Browse the repository at this point in the history
* fix: make sure all dependency updates are releasable units

This will trigger release-please on the main branch

* fix: add 'vX.Y.Z' tag format to Docker image

This ensures alignment between Git tag, Docker tag and GitHub releases.
  • Loading branch information
rjaegers authored Nov 13, 2023
1 parent 376a3d8 commit 552facf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 552facf

Please sign in to comment.