We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
redhat-actions/push-to-registry@v2
If a user has uppercase letters in their github username they will get a transport error when uploading containers to ghcr
A copy of the error occurs here https://github.com/TrevorDecker/push-to-registry/runs/7242515507?check_suite_focus=true#step:5:57
changing
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} to IMAGE_REGISTRY: ghcr.io/trevordecker fixes the problem
The text was updated successfully, but these errors were encountered:
Oh snap, I can confirm this. Thank you @TrevorDecker for this info.
Sorry, something went wrong.
Update podman-image.yml
fc6d53e
Remove uppercase letters from registry name to workaround bug. redhat-actions/push-to-registry#67
Successfully merging a pull request may close this issue.
Version
redhat-actions/push-to-registry@v2
Describe the bug
If a user has uppercase letters in their github username they will get a transport error when uploading containers to ghcr
A copy of the error occurs here
https://github.com/TrevorDecker/push-to-registry/runs/7242515507?check_suite_focus=true#step:5:57
changing
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} to IMAGE_REGISTRY: ghcr.io/trevordecker fixes the problem
Steps to reproduce, workflow links, screenshots
The text was updated successfully, but these errors were encountered: