Commit 1b9cc8cf authored by Vishal Vaddadhi's avatar Vishal Vaddadhi

debugging

parent b734f62e
Pipeline #1639 failed with stage
in 12 seconds
...@@ -25,6 +25,8 @@ stages: ...@@ -25,6 +25,8 @@ stages:
docker-build: docker-build:
stage: docker stage: docker
script: script:
- echo "$CI_JOB_TOKEN"
- echo "$CI_REGISTRY"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t registry.gitlab.com/vishalvaddadhi/order-management-backend . - docker build -t registry.gitlab.com/vishalvaddadhi/order-management-backend .
- docker push registry.gitlab.com/vishalvaddadhi/order-management-backend - docker push registry.gitlab.com/vishalvaddadhi/order-management-backend
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