Update gitlab-ci.yml

Showing with 1 addition and 1 deletion
+1 -1
...@@ -60,7 +60,7 @@ build-image-job: ...@@ -60,7 +60,7 @@ build-image-job:
script: script:
- echo "This application will package here..." - echo "This application will package here..."
- cd $SERVICE - cd $SERVICE
- docker login docker.io -u $DOCKER_USER -p $DOCKER_PASSWORD - docker login docker.io -u $DOCKER_USERNAME -p $DOCKER_PWD
- docker info - docker info
- docker build -t docker.io/pathmakantha/$SERVICE:$TAG . - docker build -t docker.io/pathmakantha/$SERVICE:$TAG .
- docker push docker.io/pathmakantha/$SERVICE:$TAG - docker push docker.io/pathmakantha/$SERVICE:$TAG
......
Supports Markdown
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