-
Notifications
You must be signed in to change notification settings - Fork 2
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] Add update GitOps repository workflow #510
Conversation
|
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.
One more thing. The old syntax seems to be broken.
Co-authored-by: Suphon T. <[email protected]>
Why did you create this PR
What did you do
update-gitops.yaml
workflow for open PR to cugetreg-gitops repogitops-mode
to choose betweenPR
orcommit
Workflow explain
dev
, the action will calculate affected packages and push kustomize changed to gitios repo.beta
, the action will do pre-release thing, and then open the Pre-release PR. After we merge the PR, the action will bump the package version, build the docker images and open kustomize changed PR to GitOps repo.beta
, when we push something tomain
, the action will do release thing, and the rest is the same asbeta
's flow.Demo
Workflow https://github.com/thinc-org/cugetreg/actions/runs/4106806503
Success Commit - https://github.com/thinc-org/cugetreg-gitops/commit/ac296cee9f9ada87fc91369eda675950bbcbd62f
Success opened PR - https://github.com/thinc-org/cugetreg-gitops/pull/6
https://dev.cugetreg.com
Checklist