Commit a17861f8 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 4a47c883
Pipeline #12058 failed with stages
in 58 seconds
...@@ -57,6 +57,6 @@ build_docker_image: ...@@ -57,6 +57,6 @@ build_docker_image:
- echo "Navigating to Desktop/Telegram_Bot directory..." - echo "Navigating to Desktop/Telegram_Bot directory..."
- cd Desktop/Telegram_Bot - cd Desktop/Telegram_Bot
- echo "Building Docker image" $DOCKER_IMAGE_NAME ":" $DOCKER_TAG - echo "Building Docker image" $DOCKER_IMAGE_NAME ":" $DOCKER_TAG
- docker build -t "$DOCKER_IMAGE_NAME:$DOCKER_TAG" . - docker build -t $DOCKER_IMAGE_NAME .
- echo "Docker image built successfully:"" $DOCKER_IMAGE_NAME":"$DOCKER_TAG - echo "Docker image built successfully:"" $DOCKER_IMAGE_NAME":"$DOCKER_TAG
- docker images | grep "$DOCKER_IMAGE_NAME" - docker images | grep "$DOCKER_IMAGE_NAME"
\ 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