You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am not sure the problem I am having is related to this. I have a github action that use the action to login to docker artifect, it was working fine with v2, but since we update to v3 2 weeks ago, I am having this. just in case you can't see this is the error
Run docker/login-action@v3
with:
ecr: auto
logout: true
Error: Username and password required
And when I've tried to pull a image from my private Artifact Registry on my GKE/k8s cluster I'm getting this:
unpack image "us-central1-docker.pkg.dev/org/containers/images/mongo-backup:1.0.4": failed to resolve reference "us-central1-docker.pkg.dev/org/containers/images/mongo-backup:1.0.4": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://us-central1-docker.pkg.dev/v2/token?scope=repository%3Aorg%2Fcontainers%2Fimages%2Fmongo-backup%3Apull&service=us-central1-docker.pkg.dev: 403 Forbidden
Any ideias how to solve this? Any help will be appreciate!
Contributing guidelines
I've found a bug, and:
Description
I have two Google Artifact Registries:
Now
docker build
works, if I replace foo by docker.io.When however I run
docker build
using foo I get an error:[email protected]
has Artifact Registry Reader permissions oneurope-west1-docker.pkg.dev/foo/ar/python
So it seems like I cannot use the WIP
access_token
for accessingfoo
. But how would I then use WIP to login forfoo
?Expected behaviour
Would be good if either it worked or at least the error message would state clearly why it doesn't work.
Actual behaviour
See above
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: