I use the oras cli to upload oci artifacts.
I get:
❯ oras push 127.0.0.1:5000/foo/test:is --artifact-type application/vnd.foo content
Error: Head "https://127.0.0.1:5000/v2/foo/test/manifests/sha256:...":
http: server gave HTTP response to HTTPS client
Roughly the same command worked fine with ghcr.io
What could be wrong?
I tried this, but now I get:
❯ oras push http://127.0.0.1:5000/foo/test:is --artifact-type application/vnd.foo content
Error: invalid reference: invalid repository
How to upload to my local registry?