You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github/workflows: Add a release workflow for creating draft releases
Add a GHA release workflow that's triggered on tags that's responsible
for building and pushing multi-arch (i.e. manifestlist) OLM container
images using goreleaser.
Goreleaser will also create a draft release, and generate a changelog
since the previous tag.
Rendering the release quickstart manifests is done after goreleaser has
created this draft release as there's no easy way to hook this
functionality into goreleaser after the docker images/manifestlists have
been pushed but before release artifacts are generated.
Use the 'softprops/action-gh-release' to update the newly created draft
release with these quickstart manifests as assets.
Signed-off-by: timflannagan <[email protected]>
0 commit comments