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 3516808 commit 967dd3bCopy full SHA for 967dd3b
.github/workflows/docker-publish.yml
@@ -55,5 +55,5 @@ jobs:
55
if: ${{ github.event_name != 'pull_request' }}
56
env:
57
DIGEST: ${{ steps.build-and-push.outputs.digest }}
58
- TAGS: ${{ steps.docker_meta.outputs.tags }}
+ TAGS: ${{ steps.meta.outputs.tags }}
59
run: cosign sign --yes "${TAGS}@${DIGEST}"
0 commit comments