Skip to content

Commit

Permalink
fix(ci): fix docker/metadata-action syntax for release.yml (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Dec 9, 2023
1 parent 316bbd2 commit 7267090
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
quay.io/${{ env.IMAGE_ORG }}/cstor-base
ghcr.io/${{ env.IMAGE_ORG }}/cstor-base
tags: |
type=raw,value=latest,enable=true
type=raw,value={{version}}
type=semver,pattern={{version}}
- name: Print Tag info
run: |
Expand Down Expand Up @@ -148,8 +147,7 @@ jobs:
quay.io/${{ env.IMAGE_ORG }}/cstor-pool
ghcr.io/${{ env.IMAGE_ORG }}/cstor-pool
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 7267090

Please sign in to comment.