We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
So, I was thinking it would make things a lot easier if we could do this:
- uses: actions/attest-build-provenance@v2 id: attest with: subject-images: | registry/image:tag@digest registry/image2:tag@digest another-registry/image2:tag@digest push-to-registry: true
The list could then be built on-the-fly if you're using, for example, GoReleaser:
- run: | jq -r '.[] | select(.type | startswith("Published Docker")) | .name + "@" + .extra.Digest' ./dist/artifacts.json >./dist/docker-images echo "IMAGES=$(cat ./dist/docker-images)" >> $GITHUB_OUTPUT - uses: actions/attest-build-provenance@v2 id: attest with: subject-images: | ${{ IMAGES }} push-to-registry: true
I think this would make an awesome addition, and would make attestation as lot easier as well.
For disclosure: I'm the author of GoReleaser.
The text was updated successfully, but these errors were encountered:
PS: if this is something you're interested in, I'm happy to try and contribute it, and/or test it :)
Sorry, something went wrong.
No branches or pull requests
Hey!
So, I was thinking it would make things a lot easier if we could do this:
The list could then be built on-the-fly if you're using, for example, GoReleaser:
I think this would make an awesome addition, and would make attestation as lot easier as well.
For disclosure: I'm the author of GoReleaser.
The text was updated successfully, but these errors were encountered: