jienj

Results 1 comments of jienj

same issue. Workaround: https://github.com/aws-actions/amazon-ecr-login/issues/106 add step before ECR Login ```bash - name: Docker Config for fix ECR log bug run: | echo '{"auths": {"https://index.docker.io/v1/": {}}, "HttpHeaders": { "User-Agent": "Docker-Client/19.03.12 (windows)"}}'...