Commit 444d6e02 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 5bf7504d
Pipeline #12042 passed with stages
in 59 seconds
...@@ -49,7 +49,9 @@ build: ...@@ -49,7 +49,9 @@ build:
before_script: before_script:
- echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA} - echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
- echo "Logging in to Docker registry..." - echo "Logging in to Docker registry..."
- echo ${DOCKER_PASSWORD} | ${DOCKER_USERNAME} | ${DOCKER_REGISTRY} - echo "Docker Registry :" ${DOCKER_REGISTRY}
- echo "Docker Username :" ${DOCKER_USERNAME}
- echo "Docker Passowrd :" ${DOCKER_PASSWORD}
script: script:
- echo "Building image..." - echo "Building image..."
after_script: 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