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
003168d4
Commit
003168d4
authored
Nov 07, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
9b7bc928
Pipeline
#12107
passed with stages
in 6 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
003168d4
...
...
@@ -16,6 +16,7 @@ variables:
DOCKER_HOST
:
unix:///var/run/docker.sock
DOCKER_BUILDKIT
:
"
1"
DOCKERHUB_REPO
:
"
$DOCKER_USERNAME/teledatastream"
# set repo name
PREVIOUS_BUILD_TAG
:
"
8fc5fa08"
.build_template
:
...
...
@@ -70,6 +71,6 @@ deploy:
script
:
-
echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USERNAME" --password-stdin
-
echo "Logged into dockerhub succesfully"
-
docker push $DOCKERHUB_REPO:$
CI_COMMIT_SHORT_SHA
-
docker push $DOCKERHUB_REPO:$
PREVIOUS_BUILD_TAG
-
echo "Pushed the docker image to dockerhub succesfully"
\ No newline at end of file
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