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
62ed51b8
Commit
62ed51b8
authored
Nov 06, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
ee9e597b
Pipeline
#12090
failed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
62ed51b8
...
@@ -51,6 +51,7 @@ build:
...
@@ -51,6 +51,7 @@ 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:$DOCKER_TAG .
after_script
:
after_script
:
-
echo "Docker image pushed successfully!"
-
echo "Docker image pushed successfully!"
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