Commit f0981781 by shenggui.li

Update .gitlab-ci.yml

parent fc8c0a35
Pipeline #2010 passed with stages
in 1 minute 47 seconds
...@@ -38,6 +38,7 @@ build_image: ...@@ -38,6 +38,7 @@ build_image:
stage: build stage: build
script: 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} . - docker build -t ${REG_URL}:${CI_COMMIT_SHA} .
tags: tags:
- mobdna-k8s - 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