Commit f0981781 by shenggui.li

Update .gitlab-ci.yml

parent fc8c0a35
Pipeline #2010 passed with stages
in 1 minute 47 seconds
......@@ -37,7 +37,8 @@ mvn_package:
build_image:
stage: build
script:
- pwd; ls -lh ; df -h ;
- pwd; ls -lh ; df -h ;
- docker run -i --network host --rm amazon/aws-cli ecr get-login-password --region cn-north-1 | docker login --username AWS --password-stdin ${REG_BASE}
- docker build -t ${REG_URL}:${CI_COMMIT_SHA} .
tags:
- mobdna-k8s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment