fix: remove redundant latest tag pattern from Docker metadata extraction
All checks were successful
Run Actions / build-and-push-image (push) Successful in 1s
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:
@@ -43,7 +43,6 @@ jobs:
|
|||||||
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ vars.USERNAME }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{ env.env.GITHUB_REF_NAME }}
|
type=semver,pattern={{ env.env.GITHUB_REF_NAME }}
|
||||||
type=semver,pattern=latest
|
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Build and push both architectures
|
- name: Build and push both architectures
|
||||||
|
|||||||
Reference in New Issue
Block a user