From a6948b35235f2d4e449f6b499e06b6e39ac9760c Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Thu, 9 Nov 2023 12:58:28 +0100 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 997b62e..a6c0ef0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,10 @@ deploy: stage: deploy tags: - dind + variables: + DOCKER_AUTH_CONFIG: $CI_NEXUS_DOCKER_CONFIG_JSON + DOCKER_HOST: "tcp://docker:2375" + DOCKER_TLS_CERTDIR: "" script: - echo "Building with gradle version ${BUILDVERSION}" - gradle -Pversion=${BUILDVERSION} publish