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
70011bf2
Commit
70011bf2
authored
Mar 15, 2026
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
b4465199
Pipeline
#12361
failed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
70011bf2
...
@@ -11,7 +11,7 @@ variables:
...
@@ -11,7 +11,7 @@ variables:
DOCKERHUB_REPO
:
"
$DOCKER_USERNAME/teledatastream"
# set repo name
DOCKERHUB_REPO
:
"
$DOCKER_USERNAME/teledatastream"
# set repo name
.build_template
:
.build_template
:
tags
:
[
"
ubuntu"
,
"
vm
"
]
# match your runner tags
tags
:
[
"
docker
"
]
# match your runner tags
before_script
:
before_script
:
-
echo "Docker CLI info:"
-
echo "Docker CLI info:"
-
docker version
-
docker version
...
@@ -75,7 +75,9 @@ diag:
...
@@ -75,7 +75,9 @@ diag:
build
:
build
:
stage
:
build
stage
:
build
image
:
docker:24.0.9
image
:
docker:20.10.16
services
:
-
docker:20.10.16
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 +101,9 @@ build:
...
@@ -99,7 +101,9 @@ build:
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
image
:
docker:25.0.0
image
:
docker:20.10.16
services
:
-
docker:20.10.16
extends
:
.build_template
extends
:
.build_template
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