Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 28, 2024
1 parent ea1d193 commit 3459c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=dev,value=latest,enable={{is_default_branch}}
type=raw,value=dev,enable={{is_default_branch}}
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}},enable={{tag}}
type=semver,pattern={{major}}.{{minor}},enable={{tag}}
type=semver,pattern={{major}},enable={{tag}}
Expand Down

0 comments on commit 3459c75

Please sign in to comment.