-
Notifications
You must be signed in to change notification settings - Fork 547
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
convert release cosigned to also generate yaml artifact. #1453
Conversation
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
@cpanato one thing I'm not sure is whether all the artifacts listed in the cloudbuild.yaml will be included in the release or is there another step to it. can you please let me know if it is the case or not. thank you. |
sorry for the delay, missed this notification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will run a rehearsal soon in my fork
thanks for working and improving this
and we need this only for cosigned?
I only added this for cosigned and not cosign or sget as there are no yamls associated with those.
|
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
Signed-off-by: Kenny Leung <kleung@chainguard.dev> Signed-off-by: Carlos Panato <ctadeu@gmail.com>
* update cross-build to use go 1.17.7 (#1446) Signed-off-by: Carlos Panato <ctadeu@gmail.com> * update cross-build to use go 1.17.7 (#1446) Signed-off-by: Carlos Panato <ctadeu@gmail.com> * convert release cosigned to also generate yaml artifact. (#1453) Signed-off-by: Kenny Leung <kleung@chainguard.dev> Signed-off-by: Carlos Panato <ctadeu@gmail.com> * Double goreleaser timeout (#1472) Fixes (hopefully) #1471 Signed-off-by: Zachary Newman <z@znewman.net> Signed-off-by: Carlos Panato <ctadeu@gmail.com> * increase timeout for goreleaser snapshot (#1473) Signed-off-by: Carlos Panato <ctadeu@gmail.com> * refactor release cloudbuild job (#1476) Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: Kenny Leung <k4leung4@gmail.com> Co-authored-by: Zack Newman <z@znewman.net>
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
Summary
After advise from @cpanato , updated the existing cloud build to generate a yaml artifact for the cosigned webhook instead of the standalone github action. This ensure that the image is built the same way as other artifacts.
This makes #1436 obsolete.
Ticket Link
Fixes
#1414
Release Note
Signed-off-by: Kenny Leung kleung@chainguard.dev