mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cirrus: Remove misleading and always empty AWS_ECR_USERNAME
This commit is contained in:
parent
a45489de90
commit
bbeb1bf3d9
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ container_image_manifest_docker_builder:
|
||||||
login_script: |
|
login_script: |
|
||||||
docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
|
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 | \
|
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: |
|
set_image_tag_script: |
|
||||||
# If we have a CIRRUS_TAG, use the value in VERSION to push the multiarch
|
# 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
|
# images, otherwise use latest. Basically we push the arch images as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue