Contributing guidelines
I've found a bug, and:
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
Contributing guidelines
I've found a bug, and:
Description
When running the login action
# - name: Login to GAR # id: docker_gar # uses: docker/login-action@v3We 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
Workflow logs
No response
BuildKit logs
Additional info
No response