Skip to content

Commit

Permalink
fix(ci): correct release.yml syntax to use patterns (#181)
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 196f5d8 commit af9565f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ghcr.io/${{ env.IMAGE_ORG }}/provisioner-nfs
tags: |
type=raw,value=latest,enable=true
type=raw,value={{version}}
type=raw,pattern={{version}}
- name: Print Tags
run: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
ghcr.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
tags: |
type=raw,value=latest,enable=true
type=raw,value={{version}}
type=raw,pattern={{version}}
- name: Print Tags
run: |
Expand Down

0 comments on commit af9565f

Please sign in to comment.