Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented usage doesn't work when steps.docker_meta.outputs.tags contains multiple tag #154

Closed
jkreileder opened this issue Dec 15, 2023 · 0 comments · Fixed by #155
Closed
Labels
bug Something isn't working

Comments

@jkreileder
Copy link
Contributor

Description

When steps.docker_meta.outputs.tags contains multiple tags, the suggested command

run: cosign sign --yes "${TAGS}@${DIGEST}"

doesn't work because it expands to:

cosign sign --yes tag-one
tag-two
tag-three@some-digest

This then results in an error.

Version

sigstore/cosign-installer@v3.3.0

@jkreileder jkreileder added the bug Something isn't working label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant