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

Fix error when pushing to ghcr.io for organizations containing uppercase letters #18

Closed
wants to merge 7 commits into from

Conversation

hartmutobendorf
Copy link

Fix this error:
invalid argument "ghcr.io/Organization/****:main" for "-t, --tag" flag: invalid reference format: repository name must be lowercase

  • change the tag format to use only lowercase letters for the repository string
  • pushed Go version

…rcase letters

added conversion to lower case for the repository string
Pushed golang to 1.16
Moved convert call from repository input to tags
@hartmutobendorf
Copy link
Author

Should also fix #4

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.

1 participant