Commit 90537a55 authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent 955e3b64
Pipeline #11999 failed with stages
in 46 seconds
......@@ -39,7 +39,7 @@ docker_build_test:
script:
- echo "Building Docker image on host daemon..."
- 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:
# image: docker:24.0.5
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment