cypress-docker-images
cypress-docker-images copied to clipboard
Docker registry now requiring authentication
Our Cypress GitHub Actions are failing as the image we're using (https://registry-1.docker.io/v2/cypress/browsers/manifests/node8.9.3-npm6.10.1-chrome76-ff68) now required authentication.
We're receiving the following error:
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"cypress/browsers","Action":"pull"}]}]}
Was this a purposeful change or have the permissions changed by mistake?
If it was on purpose, how do we setup authentication correctly through GitHub Actions to the Cypress Docker registry?
What GH Action version are you using?
Having the same issue on image node16.5.0-chrome94-ff93 using gitlab ci/cd. It makes a request to https://registry-1.docker.io/v2/cypress/browsers/manifests/node16.5.0-chrome94-ff93 which gives the same message as above
There have been no permission changes to Docker images. This issue might be better for the Cypress github-actions repo. Searching there produces no results like this either.
What version of the action are you using? Do you have a repo where we could reproduce this? Any logs?