Skip to content

Commit

Permalink
fix(ci): fix docker/metadata-action syntax for release.yml (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent 7885f7e commit f94fe9f
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 @@ -53,8 +53,7 @@ jobs:
quay.io/${{ env.IMAGE_ORG }}/provisioner-localpv
ghcr.io/${{ env.IMAGE_ORG }}/provisioner-localpv
tags: |
type=raw,value=latest,enable=true
type=raw,value={{version}}
type=semver,pattern={{version}}
- name: Print Tags
run: |
Expand Down

0 comments on commit f94fe9f

Please sign in to comment.