From d6bcf291518e011bbd5d92f8033e0bbccc868ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= <tormakristof@tormakristof.eu> Date: Wed, 3 Feb 2021 16:32:48 +0100 Subject: [PATCH] index.docker.kurvaisten --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8523a2..f9e3097 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ Docker build to Docker Hub registry: name: gcr.io/kaniko-project/executor:debug entrypoint: [''] script: - - echo "{\"auths\":{\"hub.docker.com\":{\"username\":\"$DOCKERHUB_USER\",\"password\":\"$DOCKERHUB_PASSWORD\"}}}" > /kaniko/.docker/config.json + - echo "{\"auths\":{\"index.docker.io\":{\"username\":\"$DOCKERHUB_USER\",\"password\":\"$DOCKERHUB_PASSWORD\"}}}" > /kaniko/.docker/config.json - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination rlacko58/kszkepzes-backend:latest Deploy to Kubernetes: -- GitLab