Skip to content

Commit

Permalink
fix(ci): fix docker/metadata-action syntax for release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent ee3c987 commit 09c08a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
quay.io/${{ env.IMAGE_ORG }}/upgrade
ghcr.io/${{ env.IMAGE_ORG }}/upgrade
tags: |
type=raw,value=latest,enable=true
type=raw,value={{version}}
type=semver,pattern={{version}}
- name: Print Tag info
run: |
Expand Down

0 comments on commit 09c08a3

Please sign in to comment.