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

CI: ensure image build job is compatible with merge queue #2941

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

marun
Copy link
Contributor

@marun marun commented Apr 14, 2024

The name of the branches used for the merge queue contain slashes, and since docker image tags cannot include slashes, the merge queue branch names are not valid for use as docker image tags.

To fix this, convert a branch name to an image tag by replacing any slashes with dashes (which are allowed).

The name of the branches used for the merge queue contain slashes, and
since docker image tags cannot include slashes, the merge queue branch
names are not valid for use as docker image tags.

To fix this, convert a branch name to an image tag by replacing any
slashes with dashes (which are allowed).
@marun marun self-assigned this Apr 14, 2024
@marun marun added the ci This focuses on changes to the CI process label Apr 14, 2024
@StephenButtolph StephenButtolph added this to the v1.11.5 milestone Apr 15, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Apr 16, 2024
Merged via the queue into master with commit a60c6b2 Apr 16, 2024
18 checks passed
@StephenButtolph StephenButtolph deleted the fix-build-image branch April 16, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci This focuses on changes to the CI process
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants