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.
2 parents ebe1554 + 90a800b commit 019a795Copy full SHA for 019a795
.github/workflows/release.yaml
@@ -61,7 +61,8 @@ jobs:
61
tags: |
62
type=sha
63
type=ref,event=branch
64
- type=semver,value=${{ needs.release.outputs.release-git-tag }}
+ type=semver,pattern={{version}},value=${{ needs.release.outputs.release-git-tag }}
65
+ type=semver,pattern={{major}},value=${{ needs.release.outputs.release-git-tag }}
66
- name: Retag and Push
67
if: ${{ needs.release.outputs.published == 'true' }}
68
run: |
0 commit comments