Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
a17861f8
Commit
a17861f8
authored
Nov 05, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
4a47c883
Pipeline
#12058
failed with stages
in 58 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a17861f8
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment