hi i get this weird error, only reference i found ...
# general
b
hi i get this weird error, only reference i found is from 2015
Copy code
export CR_PAT=<**THIS IS A KEY**> 
echo $CR_PAT | docker login <http://ghcr.io|ghcr.io> -u USER --password-stdin
>Login Successfull
docker tag PACKAGE:latest <http://ghrc.io/USER/PACKAGE:latest|ghrc.io/USER/PACKAGE:latest> 
docker push <http://ghrc.io/USER/PACKAGE:latest|ghrc.io/USER/PACKAGE:latest>
>"<html><body><h1>403 Forbidden</h1>\nRequest forbidden by administrative rules.\n</body></html>\n\n"
https://github.com/moby/moby/issues/15612