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
The current build steps now includes a manual step with possibility of errors. We need to move the build process to github actions to keep this automated.
Proposal:
Move the current build process to github actions
Consider migrating to cloud native buildpacks from kaniko to eliminate the build step for go code.
Build on release not commit.
any semver-release is pushed as stable aka latest
any -rc.x release is pushed as develop
helm charts are pushed to oci on build for both and can be tracked by using wildcard semver matches eg 0.* 0.*-0
The current build steps now includes a manual step with possibility of errors. We need to move the build process to github actions to keep this automated.
Proposal:
todo
The text was updated successfully, but these errors were encountered: