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
a5c4e460
Commit
a5c4e460
authored
Nov 07, 2025
by
Gadhave
Browse files
Final Test Commit
parent
c5b5a896
Pipeline
#12117
failed with stages
in 24 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a5c4e460
...
...
@@ -88,7 +88,7 @@ deploy:
tags
:
[
"
windows"
,
"
docker"
,
"
ws12"
]
script
:
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
echo "Logged into dockerhub succesfully"
-
echo "Logged into dockerhub succesfully
!!
"
-
docker push $DOCKERHUB_REPO:$PREVIOUS_BUILD_TAG
-
echo "Pushed the docker image to dockerhub succesfully"
-
if [ "$CI_COMMIT_BRANCH" = "$CI_DEFAULT_BRANCH" ]; then
...
...
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