Skip to content

Commit

Permalink
Merge pull request #3 from Kong/fix/semver-release
Browse files Browse the repository at this point in the history
fix(ci): pattern is a required argument
  • Loading branch information
hutchic authored Dec 2, 2022
2 parents ebe1554 + 90a800b commit 019a795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 019a795

Please sign in to comment.