-
Notifications
You must be signed in to change notification settings - Fork 4
Update pipeline build #14
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
Conversation
- For users, which use a name which has uppercase name.
- To use my forked repository.
- To use the lower case name, for the docker container.
- Fixed CVE.
# Conflicts: # .github/workflows/check_quality.yml # REUSE.toml # client_tests/README.md # client_tests/cmp_client.py # client_tests/cmp_tests_jinja.robot # requirements.txt
- Verifies if the rf-test are run able or something went wrong.
ralienpp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes too many things in too many places, even though the declared intention is to change the repository owner's name to lower-case because GHCR requires it.
The relevant changes were hand-picked and included, see 26e72ee.
If all the other changes are relevant, they should be independent pull requests that target one specific objective.
Some users registered with uppercase characters in their account names, which is not compatible with Docker container building and running. This change enforces lowercase account names to prevent such issues.
Description
Motivation and Context
How Has This Been Tested?