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

Enforce lower-case image name in GitHub Action #21

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

RaphvK
Copy link
Member

@RaphvK RaphvK commented Feb 24, 2024

If the GitHub username contains upper-case characters, the docker-ros action fails because the default image name is not lower-case, although that is required.

See also https://github.com/orgs/community/discussions/25768.

This ensures that the default image name is converted into a lower-case string.

action.yml Outdated Show resolved Hide resolved
@lreiher lreiher merged commit fae0f2c into ika-rwth-aachen:main Mar 26, 2024
2 of 6 checks passed
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 this pull request may close these issues.

2 participants