-
Notifications
You must be signed in to change notification settings - Fork 18
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
wkg oci push fails if the image ref contains any uppercase letters #134
Comments
I've run into this before 😕 Looks like you have the right workaround. This might just be another GitHub quirk like #40 |
I believe #40 was due to the remote, but this error was local to |
This is actually a requirement of the OCI Distribution spec (which is implemented by GitHub's Container Registry), see the Pulling manifests section for full explanation. In short:
|
Yeah I think I agree with @joonas' comment on bytecodealliance/wkg-github-action#5. We might be able to expose this as a flag, but not sure I'd just want to lowercase things automatically |
WebAssembly/wasi-io#94 was fun to debug - I'm not sure if this is a bug in
wkg
or a limitation of the OCI reference format?The text was updated successfully, but these errors were encountered: