We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The aws-actions/amazon-ecr-login action will fail if name of a git branch has long name.
aws-actions/amazon-ecr-login
To Reproduce Steps to reproduce the behavior:
test/aws_long_af803fa7c772b09daf6c8df8be318e1480d5e4481255bc1a5d2b416651d25a95
aws-actions/[email protected]
Error saving credentials: error storing credentials - err: exit status 1, out: The stub received bad data.
Expected behavior ECR login will work regardless the git branch name.
Github Actions runner image: Image: windows-2022 Version: 20230820.1.0 Included Software: https://github.com/actions/runner-images/blob/win22/20230820.1/images/win/Windows2022-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20230820.1
Additional context Using a short branch name like test/aws_short works as expected.
test/aws_short
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The
aws-actions/amazon-ecr-login
action will fail if name of a git branch has long name.To Reproduce
Steps to reproduce the behavior:
test/aws_long_af803fa7c772b09daf6c8df8be318e1480d5e4481255bc1a5d2b416651d25a95
aws-actions/[email protected]
andaws-actions/[email protected]
Error saving credentials: error storing credentials - err: exit status 1, out: The stub received bad data.
Expected behavior
ECR login will work regardless the git branch name.
Github Actions runner image:
Image: windows-2022
Version: 20230820.1.0
Included Software: https://github.com/actions/runner-images/blob/win22/20230820.1/images/win/Windows2022-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20230820.1
Additional context
Using a short branch name like
test/aws_short
works as expected.The text was updated successfully, but these errors were encountered: