File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ cp $WORKSPACE/service/src/main/resources/review-service.yaml review-service.yaml
4141
4242echo " copying dockercfg......"
4343# aws s3 cp "s3://appirio-platform-$ENV/services/common/dockercfg" ~/.dockercfg
44- DOCKER_USER=$( aws ssm get-parameter --name /$CONFIG /build/dockeruser --with-decryption --output text --query Parameter.Value)
45- DOCKER_PASSWD=$( aws ssm get-parameter --name /$CONFIG /build/dockercfg --with-decryption --output text --query Parameter.Value)
44+ DOCKER_USER=$( aws ssm get-parameter --name /$ENV_CONFIG /build/dockeruser --with-decryption --output text --query Parameter.Value)
45+ DOCKER_PASSWD=$( aws ssm get-parameter --name /$ENV_CONFIG /build/dockercfg --with-decryption --output text --query Parameter.Value)
4646echo $DOCKER_PASSWD | docker login -u $DOCKER_USER --password-stdin
4747
4848echo " Building docker image $DOCKER_REPO /$IMAGE "
You can’t perform that action at this time.
0 commit comments