Commit 8fc5fa08 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 94bb0458
Pipeline #12098 passed with stages
in 11 minutes and 12 seconds
...@@ -75,7 +75,8 @@ build: ...@@ -75,7 +75,8 @@ build:
- echo "Docker Passowrd :" ${DOCKER_PASSWORD} - echo "Docker Passowrd :" ${DOCKER_PASSWORD}
script: script:
- echo "Building image..." - echo "Building image..."
- docker build -f Desktop/Telegram_Bot/Dockerfile -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA . - cd Desktop/Telegram_Bot
- docker build -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