From acb6564f056ad8cefde8fc340f971b054ed1bf4b Mon Sep 17 00:00:00 2001 From: andresanaya21 Date: Mon, 13 Jan 2025 15:22:43 +0100 Subject: [PATCH] test CAPIF_DOCKER_REGISTRY -> CI_JOB_TOKEN --- capif/templates/ci_staging.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capif/templates/ci_staging.gitlab-ci.yml b/capif/templates/ci_staging.gitlab-ci.yml index 68086b7..48af42f 100644 --- a/capif/templates/ci_staging.gitlab-ci.yml +++ b/capif/templates/ci_staging.gitlab-ci.yml @@ -245,7 +245,7 @@ staging_build_and_push: - export TMP_PWD=$PWD - echo "TMP_PWD=$TMP_PWD" - echo "### docker login###" - - docker login --username $CI_REGISTRY_USER --password $CAPIF_DOCKER_REGISTRY $CI_REGISTRY + - docker login --username $CI_REGISTRY_USER --password $CI_JOB_TOKEN $CI_REGISTRY - echo "----------------------------------------------------" - echo "### build and push nginx image###" - cd $TMP_PWD/services/nginx/ -- GitLab