Commit 94bb0458 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

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