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
Expected behavior
Pipeline successfully completes GitHub Actions to publish latest docker image with security fixes
Additional context
ECR Failing with:
An error occurred (UnrecognizedClientException) when calling the GetAuthorizationToken operation: The security token included in the request is invalid.
Error: Cannot perform an interactive login from a non TTY device
Docker Job failing with: #12 [ 7/14] RUN npm install yarn -g #12 0.177 /bin/sh: 1: npm: not found #12 ERROR: process "/bin/sh -c npm install yarn -g" did not complete successfully: exit code: 127
The text was updated successfully, but these errors were encountered:
Describe the bug
v1.4.0 has not been published to ECR or Docker Hub as shown in GitHub Workflows page.
https://github.com/Netflix/consoleme/actions
To Reproduce
Expected behavior
Pipeline successfully completes GitHub Actions to publish latest docker image with security fixes
Additional context
ECR Failing with:
An error occurred (UnrecognizedClientException) when calling the GetAuthorizationToken operation: The security token included in the request is invalid.
Error: Cannot perform an interactive login from a non TTY device
Docker Job failing with:
#12 [ 7/14] RUN npm install yarn -g
#12 0.177 /bin/sh: 1: npm: not found
#12 ERROR: process "/bin/sh -c npm install yarn -g" did not complete successfully: exit code: 127
The text was updated successfully, but these errors were encountered: