Closed herberthobregon closed 1 month ago
https://www.dockerstatus.com/ is showing an issue with personal access tokens against docker hub registry currently. Not sure if that is related.
This looks like a duplicate of #358 to me.
I run docker logout
before docker/setup-buildx-action@v3
then issue is gone.
Not sure if it was a GH issue or setup-buildx-action or dockerhub issue though
There was / is an issue with authentication through personal access tokens; see https://www.dockerstatus.com/
I run
docker logout
beforedocker/setup-buildx-action@v3
then issue is gone. Not sure if it was a GH issue or setup-buildx-action or dockerhub issue though
This workaround also works for me -- presumably just pushing to the un-authed (which isn't impacted by the current issue)
Here are all the people who deploy on a Friday? Do it on Monday 😂
I was going crazy. It said but it worked a few hours ago and I didn't change anything
I run
docker logout
beforedocker/setup-buildx-action@v3
then issue is gone. Not sure if it was a GH issue or setup-buildx-action or dockerhub issue though
This workaround also works for me! Thanks
unexpectedly
This works:
- name: Fix Docker Hub Issue
run: docker logout
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.6.1
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
This was hub-side issue with personal access tokens. Should be resolved now.
September 27, 2024 14:20 PDT September 27, 2024 21:20 UTC[Monitoring] Access Tokens are working again, and error rates have returned to normal. Will continue to monitor.
Contributing guidelines
I've found a bug, and:
Description
When I use in ga:
I get:
ERROR: Error response from daemon: Head "https://registry-1.docker.io/v2/moby/buildkit/manifests/buildx-stable-1": unauthorized: incorrect username or password
Expected behaviour
Works fine
Actual behaviour
doesn' work
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
Additional info
No response