Skip to content
Snippets Groups Projects
Commit 82b81b10 authored by Nicole Lu's avatar Nicole Lu
Browse files

update aws access variables

parent 0ba252a2
No related branches found
No related tags found
1 merge request!32container scanning-INPLATFORM-306
......@@ -13,6 +13,8 @@ variables:
before_script:
- apk update && apk add groff less && apk add py3-pip
- pip3 install awscli
- aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
- aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
- $(aws ecr get-login --no-include-email --region us-east-1)
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment