Commit 9ff4bcbc authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 20ec6043
Pipeline #12086 failed with stages
in 56 seconds
......@@ -52,6 +52,7 @@ build:
- echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin "${DOCKER_REGISTRY}"
script:
- echo "Building image..."
- docker build -t $IMAGE_NAME:$DOCKER_TAG .
after_script:
- echo "Docker image pushed successfully!"
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