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

bug: Forward slash (/) character not replaced in tag reference #92

Closed
CarrotManMatt opened this issue Feb 27, 2024 · 3 comments · Fixed by #94
Closed

bug: Forward slash (/) character not replaced in tag reference #92

CarrotManMatt opened this issue Feb 27, 2024 · 3 comments · Fixed by #94
Assignees
Labels
type: bug Something isn't working.

Comments

@CarrotManMatt
Copy link

As mentioned by @gmpinder in blue-build/discussions/12, an error occurs when using the latest version of the github action, which is caused by the blue-build CLI tool not correctly replacing the forwards slash (/) character within the generated tags, by the CLI.

See this failing build: https://github.com/CarrotManMatt/carrot-kinoite-nvidia/actions/runs/8055478674/job/22002432608

Example tag that causes a build failure: ghcr.io/carrotmanmatt/carrot-kinoite-nvidia:br-dependabot/github_actions/blue-build/github-action-1.1.0-39

@CarrotManMatt CarrotManMatt changed the title Bug: Forward slash (/) character not replaced in tag reference bug: Forward slash (/) character not replaced in tag reference Feb 27, 2024
@gmpinder gmpinder self-assigned this Feb 27, 2024
@gmpinder gmpinder added the type: bug Something isn't working. label Feb 27, 2024
@gmpinder gmpinder linked a pull request Feb 27, 2024 that will close this issue
@CarrotManMatt
Copy link
Author

Thank you for fixing this so speedily!❤

What steps must I take so that I can successfully rerun my build, now that this has been fixed? Or do I need to wait for some sort of release?

@xynydev
Copy link
Member

xynydev commented Feb 27, 2024

There's no way to use a non-released version currently, so you need to wait for a release. There's a tracking issue: blue-build/github-action#17

Fortunately this only has to do with the branch tags, so you can hopefully live without for now, right?

@CarrotManMatt
Copy link
Author

Fortunately this only has to do with the branch tags, so you can hopefully live without for now, right?

I presume so, as when I merge the update the main build will succeed, even if the merge request one is failing👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants