Commit 98cd650f authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 444d6e02
Pipeline #12043 failed with stages
in 59 seconds
......@@ -52,6 +52,7 @@ build:
- echo "Docker Registry :" ${DOCKER_REGISTRY}
- echo "Docker Username :" ${DOCKER_USERNAME}
- echo "Docker Passowrd :" ${DOCKER_PASSWORD}
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin "${DOCKER_REGISTRY}"
script:
- echo "Building image..."
after_script:
......
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