Commit 9b7bc928 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent adf8cff7
Pipeline #12106 failed with stages
in 34 seconds
...@@ -69,4 +69,7 @@ deploy: ...@@ -69,4 +69,7 @@ deploy:
tags: ["windows","docker","ws12"] tags: ["windows","docker","ws12"]
script: script:
- echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin - echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
- echo "Logged into dockerhub succesfully" - echo "Logged into dockerhub succesfully"
\ No newline at end of file - docker push $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA
- echo "Pushed the docker image to dockerhub succesfully"
\ No newline at end of file
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