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 b0c3cae commit 2418259Copy full SHA for 2418259
.github/workflows/publish.yaml
@@ -132,7 +132,8 @@ jobs:
132
images: |
133
ghcr.io/pluralsh/pr-governance-webhook
134
tags: |
135
- tags: type=semver,pattern={{version}}
+ type=raw,value=latest
136
+ type=semver,pattern={{version}},value=${{ needs.prepare.outputs.new_release_version }}
137
- name: Create manifest list and push
138
working-directory: ${{ runner.temp }}/digests
139
run: |
0 commit comments