-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat(action): Create new action to consume GitHub releases #822
Conversation
We need to decide how this is going to co-exist/replace with our current release job/attestation. Do you have any thoughts on that transition? |
I had a look at it the other day and we are indeed adding some values twice. We could leave the old
That would require changing the current release contract. |
Other option on the table:
That would also require changes on the |
I would go this way, leaving this one as generic as possible and keeping the specifics in the current one. |
I would remove the container images from this one, open a new PR to include it on the |
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
This patch uses changes introduced in #820 to auto discover materials based on the GitHub releases' assets.
Changes:
github_release
torelease
Refs #785