Has anyone had any luck uploading a docker image t...
# typescript
n
Has anyone had any luck uploading a docker image to
gcp container registry
? I keep running into this issue:
Copy code
error: Error: ' docker login' failed with exit code 1
    
        at /Documents/work/infra/node_modules/@pulumi/docker.ts:583:15
        at Generator.next (<anonymous>)
        at fulfilled (/Documents/work/infra/node_modules/@pulumi/docker/docker.js:18:58)
        at processTicksAndRejections (internal/process/task_queues.js:86:5)
 
    error: Error response from daemon: login attempt to <https://www.googleapis.com/v2/> failed with status: 404 Not Found