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] Uppercase letters in username will cause transport error when uploading container #67

Open
TrevorDecker opened this issue Jul 8, 2022 · 1 comment · May be fixed by #91
Open
Labels
bug Something isn't working

Comments

@TrevorDecker
Copy link

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

@TrevorDecker TrevorDecker added the bug Something isn't working label Jul 8, 2022
@MadSpindel
Copy link

Oh snap, I can confirm this. Thank you @TrevorDecker for this info.

cjcolvar added a commit to IUBLibTech/timeliner that referenced this issue Jul 26, 2023
Remove uppercase letters from registry name to workaround bug.
redhat-actions/push-to-registry#67
@EyeCantCU EyeCantCU linked a pull request Dec 20, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants