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

chore: move ci-base-image publishing out of merge.yml and into its own branch #1910

Closed
mattheworris opened this issue Mar 5, 2024 · 0 comments · Fixed by #1961
Closed

chore: move ci-base-image publishing out of merge.yml and into its own branch #1910

mattheworris opened this issue Mar 5, 2024 · 0 comments · Fixed by #1961
Assignees

Comments

@mattheworris
Copy link
Collaborator

Changing ci-base-image requires a 2-step process, such that in step 1 the image is published and in step 2 an additional PR is required to update any github workflows that have changed.

Moving publishing to its own branch de-couples this 2-step process and allows for more flexibility in maintenance.

Note: the second PR usually involves the nightly-YYYY-MM-DD changing. If nightly dependence is removed, the second PR may not be necessary because the other dependence on ci-base-image is set to latest, which gets updated with each new ci-base-image version. See #1909 for tracking state of nightly dependence.

@wilwade wilwade mentioned this issue May 3, 2024
@wilwade wilwade self-assigned this May 3, 2024
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

Successfully merging a pull request may close this issue.

2 participants