Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
90537a55
Commit
90537a55
authored
Oct 14, 2025
by
Abhishek
Browse files
Update .gitlab-ci.yml file
parent
955e3b64
Pipeline
#11999
failed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
90537a55
...
@@ -39,7 +39,7 @@ docker_build_test:
...
@@ -39,7 +39,7 @@ docker_build_test:
script
:
script
:
-
echo "Building Docker image on host daemon..."
-
echo "Building Docker image on host daemon..."
-
docker build --build-arg BUILD_NUMBER="$BUILD_NUMBER" -t "$DOCKER_IMAGE:$DOCKER_TAG" .
-
docker build --build-arg BUILD_NUMBER="$BUILD_NUMBER" -t "$DOCKER_IMAGE:$DOCKER_TAG" .
-
docker images | grep "$DOCKER_IMAGE" || (echo "Image not found" && exit 1)
-
docker images | grep "$D
OCKER_IMAGE" || (echo "Image not found" && exit 1)
# docker_build_test:
# docker_build_test:
# image: docker:24.0.5
# image: docker:24.0.5
...
...
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