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 using a lowercase value for Image Name #542

Closed

Conversation

Th0masL
Copy link
Contributor

@Th0masL Th0masL commented Jul 9, 2023

It seems like ghcr.io does not support uppercase in the image name.

Since the current CI workflow use the value of ${{ github.repository }}, anyone that has at least one uppercase letter in their username (like me) will fail to push to ghcr.io with the following error:

Error: buildx failed with: ERROR: invalid tag "ghcr.io/Th0masL/podsync:latest": repository name must be lowercase

See error here : https://github.com/Th0masL/podsync/actions/runs/5499113405/jobs/10021072765#step:5:116

More explanations here : https://github.com/orgs/community/discussions/25768

@mxpv
Copy link
Owner

mxpv commented Apr 1, 2024

This seems like can be fixed in the forked repository. There is no need to carry this here?

@mxpv mxpv closed this Apr 1, 2024
@Th0masL
Copy link
Contributor Author

Th0masL commented Apr 1, 2024

It would be more convenient to fix this here instead of in the fork directory, as it would prevent the fork to be easily rebased with your main branch

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