fancy-spoon-46046
02/10/2022, 9:13 AMdocker login
and have it working in the terminal. Am I missing a setup step? Or is this just a bug?
new docker.Provider(
`github-docker-provider`,
{
registryAuth: [
{
address: '<http://ghcr.io|ghcr.io>',
username: 'XXX',
password: 'XXX',
},
],
}
)
error: Running program ‘/Users/xxx/Documents/projects/xxx’ failed with an unhandled exception:
Error: invocation of docker:index/getRegistryImage:getRegistryImage returned an error: invoking docker:index/getRegistryImage:getRegistryImage: 1 error occurred:
* Got error when attempting to fetch image version xxx/xxx:latest from registry: Got bad response from registry: 403 Forbiddenquiet-wolf-18467
02/10/2022, 9:50 AMdocker login
, but are they authorized to pull the image you're trying to pull with getRegistryImage
? Try that locally, I believe it will also failfancy-spoon-46046
02/10/2022, 10:10 AMquiet-wolf-18467
02/10/2022, 10:13 AMfancy-spoon-46046
02/10/2022, 10:14 AM