From 90a800bcae5279ff1eaaf5a1a587fc237ebd6c6b Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Fri, 2 Dec 2022 15:26:58 +0000 Subject: [PATCH] fix(ci): pattern is a required argument --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc9a1f8..f7cc54a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,7 +61,8 @@ jobs: tags: | type=sha type=ref,event=branch - type=semver,value=${{ needs.release.outputs.release-git-tag }} + type=semver,pattern={{version}},value=${{ needs.release.outputs.release-git-tag }} + type=semver,pattern={{major}},value=${{ needs.release.outputs.release-git-tag }} - name: Retag and Push if: ${{ needs.release.outputs.published == 'true' }} run: |