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
8917e707
Commit
8917e707
authored
Dec 10, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
6e34c730
Pipeline
#12260
canceled with stages
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8917e707
...
@@ -75,7 +75,7 @@ diag:
...
@@ -75,7 +75,7 @@ diag:
build
:
build
:
stage
:
build
stage
:
build
image
:
docker:2
4
.0.
9
image
:
docker:2
5
.0.
0
extends
:
.build_template
extends
:
.build_template
before_script
:
before_script
:
-
echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
...
@@ -99,7 +99,7 @@ build:
...
@@ -99,7 +99,7 @@ build:
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
image
:
docker:2
4
.0.
9
image
:
docker:2
5
.0.
0
tags
:
[
"
ubuntu"
,
"
vm"
]
tags
:
[
"
ubuntu"
,
"
vm"
]
script
:
script
:
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
...
...
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