We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 --version wkg 0.9.0
> echo "<gh pat token>" | docker login ghcr.io -u <username> --password-stdin Login Succeeded > wkg oci push ghcr.io/<username>/<some name>:<some tag> <path to wasm component> pushed: ghcr.io/<username>/<some name>:<some tag> digest: sha256:<something something something>
Works ✅
> echo "<gh pat token>" | docker login ghcr.io -u <username> --password-stdin Login Succeeded > wkg oci push ghcr.io/<username>/<some name>:<some tag> <path to wasm component> Error: Unable to push image Caused by: Server error: url https://ghcr.io/v2/<username>/<some name>/blobs/uploads/, code: 401, message: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required"}]}
Doesn't work ❎
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to repro
> wkg --version wkg 0.9.0
On Windows WSL
Works ✅
On Windows PowerShell
Doesn't work ❎
The text was updated successfully, but these errors were encountered: