Commit 2db8cafa authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent a03a5e3a
Pipeline #12096 failed with stages
in 33 seconds
...@@ -75,7 +75,7 @@ build: ...@@ -75,7 +75,7 @@ build:
- echo "Docker Passowrd :" ${DOCKER_PASSWORD} - echo "Docker Passowrd :" ${DOCKER_PASSWORD}
script: script:
- echo "Building image..." - echo "Building image..."
- docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA . - docker build -f Desktop/Telegram_Bot -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA .
after_script: after_script:
- echo "Docker image pushed successfully!" - echo "Docker image pushed successfully!"
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