Skip to content

Commit

Permalink
fix(ci): remove redundant latest tag in docker_meta job (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Dec 8, 2023
1 parent 0c6b3a4 commit f1d124e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
quay.io/${{ env.IMAGE_ORG }}/provisioner-nfs
ghcr.io/${{ env.IMAGE_ORG }}/provisioner-nfs
tags: |
type=raw,value=latest,enable=true
type=semver,pattern={{version}}
- name: Print Tags
Expand Down Expand Up @@ -140,7 +139,6 @@ jobs:
quay.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
ghcr.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
tags: |
type=raw,value=latest,enable=true
type=semver,pattern={{version}}
- name: Print Tags
Expand Down

0 comments on commit f1d124e

Please sign in to comment.