Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/awelzel/remove-superflous-…
Browse files Browse the repository at this point in the history
…aws-ecr-username'

* origin/topic/awelzel/remove-superflous-aws-ecr-username:
  cirrus: Remove misleading and always empty AWS_ECR_USERNAME
  • Loading branch information
awelzel committed Mar 18, 2024
2 parents a45489d + bbeb1bf commit fe91b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ container_image_manifest_docker_builder:
login_script: |
docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
AWS_ACCESS_KEY_ID=$AWS_ECR_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_ECR_SECRET_ACCESS_KEY aws ecr-public get-login-password --region us-east-1 | \
docker login --username AWS $AWS_ECR_USERNAME --password-stdin public.ecr.aws
docker login --username AWS --password-stdin public.ecr.aws
set_image_tag_script: |
# If we have a CIRRUS_TAG, use the value in VERSION to push the multiarch
# images, otherwise use latest. Basically we push the arch images as
Expand Down

0 comments on commit fe91b7f

Please sign in to comment.