fix: remove redundant latest tag pattern from Docker metadata extraction
All checks were successful
Run Actions / build-and-push-image (push) Successful in 1s

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-04-29 16:13:28 -07:00
parent 140cfdbe62
commit 94324e088d

View File

@@ -43,7 +43,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{ env.env.GITHUB_REF_NAME }}
type=semver,pattern=latest
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push both architectures