wasm-to-oci --log debug push target/wasm32-wasi/debug/hello-world-rust.wasm docker.io/jingweno/wasm:1234
Error: failed commit on ref "manifest-sha256:beb9a5b4269a91d4f6abb5d7c7c0e60bc0db2b90f38cac467aa9866791e73b1e": unexpected status: 403 Forbidden
Usage:
wasm-to-oci push <module> <reference> [options] [flags]
Flags:
-h, --help help for push
--sign Signs the WebAssembly module and pushes the metadata to a trust server
Global Flags:
-d, --dir string Directory where the trust data is persisted to (default "/Users/jou/.wasm-to-oci")
--insecure allow connections to SSL registry without certs
--log string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
--server string The trust server used (default "https://notary.docker.io")
-t, --timeout string Timeout for the trust server (default "5s")
--tlscacert string Trust certs signed only by this CA
--use-http use plain http and not https
Is pushing to docker hub supported?