Skip to content
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

review release workflow and automate process #1

Open
adrianchiris opened this issue May 27, 2024 · 0 comments
Open

review release workflow and automate process #1

adrianchiris opened this issue May 27, 2024 · 0 comments

Comments

@adrianchiris
Copy link

currently release workflow (image push release) acts on manual trigger or tag push.
however it only properly works with manual trigger as image tag value is taken from user input.

publishing a release requires a tag so once the tag is pushed it will trigger release workflow and fail because of issue described above.

release process should be well defined and workflow should be adjusted.

A few options that we can take:

  1. in containernetworking/cni , add a workflow in their release process to publish container image
  2. have a daily that syncs this repo master branch with containernetworking/cni which pushes changes to master with tags, adjust workflow to properly work with either "workflow_dispatch" or tag trigger
  3. remove requirement for tag from workflow, then have a daily job that will trigger workflow if a new release in containernetworking/cni.
    if we want to also do a release, then we need to tag something (release branch in this case ?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant