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
7de08e58
Commit
7de08e58
authored
Nov 03, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
98cd650f
Pipeline
#12044
failed with stages
in 59 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7de08e58
...
@@ -55,6 +55,8 @@ build:
...
@@ -55,6 +55,8 @@ build:
-
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin "${DOCKER_REGISTRY}"
-
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin "${DOCKER_REGISTRY}"
script
:
script
:
-
echo "Building image..."
-
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
:
after_script
:
-
echo "Docker image pushed successfully!"
-
echo "Docker image pushed successfully!"
\ 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