fix: simplify Docker metadata extraction by removing redundant tag patterns
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user