Skip to content

Commit

Permalink
Merge pull request #30 from meceware/dev
Browse files Browse the repository at this point in the history
v1.0.0-rc8.1
  • Loading branch information
meceware authored Jan 14, 2025
2 parents e5f8977 + 7139d0f commit 34f602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{startsWith(github.ref, 'refs/tags/')}}
type=raw,value=latest,enable=${{startsWith(github.ref, 'refs/tags/')}}
type=raw,value=main,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 34f602c

Please sign in to comment.