fix: simplify Docker metadata extraction by removing redundant tag patterns
Some checks failed
Create and publish a Docker image for Linux / build-and-push-image (push) Failing after 23s
Run Actions / build-and-push-image (push) Successful in 2s

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-04-29 16:15:38 -07:00
parent 94324e088d
commit 91f5974e26

View File

@@ -42,8 +42,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{ env.env.GITHUB_REF_NAME }}
type=raw,value=latest,enable={{is_default_branch}}
{{ env.env.GITHUB_REF_NAME }}
- name: Build and push both architectures
uses: docker/build-push-action@v6