-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
Description
Contributing guidelines
- I've read the contributing guidelines and wholeheartedly agree
I've found a bug, and:
- The documentation does not mention anything about my problem
- There are no open or closed issues that are related to my problem
Description
When running the login action
# - name: Login to GAR # id: docker_gar # uses: docker/login-action@v3
We intermittently experiencing the following error:
Error: Error response from daemon: Get "https://${region}-docker.pkg.dev/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Most of the time it works, but sometimes it fails.
Expected behaviour
To login successfuly
Actual behaviour
Error: Error response from daemon: Get "https://${region}-docker.pkg.dev/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Repository URL
No response
Workflow run URL
No response
YAML workflow
` # - name: Login to GAR
# id: docker_gar
# uses: docker/login-action@v3`Workflow logs
No response
BuildKit logs
Additional info
No response