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: build catalog job can fail for branches with certain names #580

Closed
mikenairn opened this issue Apr 25, 2024 · 1 comment · Fixed by #783
Closed

ci: build catalog job can fail for branches with certain names #580

mikenairn opened this issue Apr 25, 2024 · 1 comment · Fixed by #783
Labels
good first issue Good for newcomers kind/bug Something isn't working size/small

Comments

@mikenairn
Copy link
Member

What

The Build catalog job can fail in certain cases see https://github.com/Kuadrant/kuadrant-operator/actions/runs/8831513068/job/24259023192?pr=549

Looks like it fails due to the branch name having upper case characters in it.

@KevFan
Copy link
Contributor

KevFan commented Jul 17, 2024

The issue looks to be that when pushing images using branch name as tags, the pushed tag is always lowercased even though the branch name itself may have a uppercase. This causes a mismatch between the tag used by the workflow vs what is actually pushed/created in quay.io.

A possible solution to this may be to lowercase the tag input first and use this lowercased tag throughout the workflow instead. Possible ways to do this may be https://github.com/orgs/community/discussions/25768

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/bug Something isn't working size/small
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants