Commit 76761881 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent dade4a0a
Pipeline #12047 failed with stages
in 28 seconds
......@@ -41,20 +41,13 @@ test:
after_script:
- echo "Tests completed succesfully"
build:
stage: build
image: docker:latest
services:
- name: docker:dind
alias: docker
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_TLS_CERTDIR: "" # Disable TLS since we’re in a trusted CI env
DOCKER_DRIVER: overlay2
DOCKER_HOST: unix:///var/run/docker.sock
before_script:
- echo "Waiting for Docker service..."
- until docker info; do sleep 1; done
- echo "Building Docker image for commit:" ${CI_COMMIT_SHORT_SHA}
- echo "Logging in to Docker registry..."
- echo "Docker Registry :" ${DOCKER_REGISTRY}
- echo "Docker Username :" ${DOCKER_USERNAME}
......
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