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
9a0b664e
Commit
9a0b664e
authored
Nov 03, 2025
by
Gadhave
Browse files
Update .gitlab-ci.yml file
parent
7de08e58
Pipeline
#12045
failed with stages
in 1 minute and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a0b664e
...
@@ -45,7 +45,11 @@ build:
...
@@ -45,7 +45,11 @@ build:
stage
:
build
stage
:
build
image
:
docker:latest
image
:
docker:latest
services
:
services
:
-
docker:dind
-
name
:
docker:dind
alias
:
docker
variables
:
DOCKER_HOST
:
tcp://docker:2375/
DOCKER_TLS_CERTDIR
:
"
"
# Disable TLS since we’re in a trusted CI env
before_script
:
before_script
:
-
echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
-
echo "Logging in to Docker registry..."
-
echo "Logging in to Docker registry..."
...
@@ -60,3 +64,5 @@ build:
...
@@ -60,3 +64,5 @@ build:
-
docker push "${IMAGE_NAME}:${IMAGE_TAG}"
-
docker push "${IMAGE_NAME}:${IMAGE_TAG}"
after_script
:
after_script
:
-
echo "Docker image pushed successfully!"
-
echo "Docker image pushed successfully!"
tags
:
-
docker
\ 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