Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow for use of loginStandard functionality with docker login #50

Closed
wants to merge 6 commits into from

Conversation

dbeal-wiser
Copy link

Our pipelines actually supply the exact username and password without AWS credentials. I recognize this is unusual, but it should be possible to override the automatic detection functionality. This PR adds an option, isECR, which allows for the loginStandard functionality to be used even if ECR is detected.

Original behavior should not be altered unless user specifies isECR option.

suggest Squash and Merge for this PR.

@dbeal-wiser
Copy link
Author

are the test failures because my PR is running from another repo?

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logs for failing tests are not available anymore. Can you rebase to trigger the CI again? Thx.

@@ -10,6 +10,9 @@ inputs:
registry:
description: 'Server address of Docker registry. If not set then will default to Docker Hub'
required: false
isECR:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think naming it ecr is enough

@crazy-max
Copy link
Member

#123

@crazy-max crazy-max closed this Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants