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
4f819b91
Commit
4f819b91
authored
Nov 06, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
e9403f34
Pipeline
#12092
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4f819b91
...
@@ -59,7 +59,6 @@ build:
...
@@ -59,7 +59,6 @@ build:
-
echo "Docker Registry :" ${DOCKER_REGISTRY}
-
echo "Docker Registry :" ${DOCKER_REGISTRY}
-
echo "Docker Username :" ${DOCKER_USERNAME}
-
echo "Docker Username :" ${DOCKER_USERNAME}
-
echo "Docker Passowrd :" ${DOCKER_PASSWORD}
-
echo "Docker Passowrd :" ${DOCKER_PASSWORD}
-
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin "${DOCKER_REGISTRY}"
script
:
script
:
-
echo "Building image..."
-
echo "Building image..."
-
docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA .
-
docker build -t $DOCKERHUB_REPO:$CI_COMMIT_SHORT_SHA .
...
...
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