We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316bbd2 commit 7267090Copy full SHA for 7267090
.github/workflows/release.yml
@@ -59,8 +59,7 @@ jobs:
59
quay.io/${{ env.IMAGE_ORG }}/cstor-base
60
ghcr.io/${{ env.IMAGE_ORG }}/cstor-base
61
tags: |
62
- type=raw,value=latest,enable=true
63
- type=raw,value={{version}}
+ type=semver,pattern={{version}}
64
65
- name: Print Tag info
66
run: |
@@ -148,8 +147,7 @@ jobs:
148
147
quay.io/${{ env.IMAGE_ORG }}/cstor-pool
149
ghcr.io/${{ env.IMAGE_ORG }}/cstor-pool
150
151
152
153
154
155
0 commit comments