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
Describe the bug
The issue is not consistent but once a while we will see this error
Logging into registry ***.dkr.ecr.us-west-2.amazonaws.com
Error: Could not login to registry ***.dkr.ecr.us-west-2.amazonaws.com: WARNING! Using -*** the CLI is insecure. Use --password-stdin.
Error response from daemon: Get "https://***.dir.ecr.us-west-2.amazonaws.com/v2/": dial tcp: lookup ***.dkr.ecr.us-west-2.amazonaws.com: no such host
I have verified when this github action happened, the DNS lookup is fine on the machine. ( to troubleshoot this, I have a background job to run every 2 seconds to do dns lookup with dig ).
To Reproduce
Steps to reproduce the behavior:
use amazon-erc-login in github workflow
Expected behavior
No DNS error ( or the Action should retry )
Screenshots
n/a
Desktop (please complete the following information):
OS: NixOS
Version 22.01
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The issue is not consistent but once a while we will see this error
I have verified when this github action happened, the DNS lookup is fine on the machine. ( to troubleshoot this, I have a background job to run every 2 seconds to do dns lookup with dig ).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No DNS error ( or the Action should retry )
Screenshots
n/a
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: