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
...@@ -70,3 +70,6 @@ deploy: ...@@ -70,3 +70,6 @@ deploy:
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"
- 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