Commit 7de08e58 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 98cd650f
Pipeline #12044 failed with stages
in 59 seconds
......@@ -55,6 +55,8 @@ build:
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin "${DOCKER_REGISTRY}"
script:
- echo "Building image..."
- docker build -t "${IMAGE_NAME}:${IMAGE_TAG}" Desktop/Telegram_Bot
- echo "Pushing image to ${DOCKER_REGISTRY}..."
- docker push "${IMAGE_NAME}:${IMAGE_TAG}"
after_script:
- echo "Docker image pushed successfully!"
- echo "Docker image pushed successfully!"
\ 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