diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3849ab4eccecfe4d1b1ebc26036dca092654da08..c14c0dbfcddc42ec101667f101ae8e7b95c74512 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ build: master) export DATE=$(date -u +%Y.%m.%dT%H-%M-%SZ); export TAG="RELEASE"-${DATE}; echo "TAG=$TAG" >> build.env ;; *) export TAG=$CI_COMMIT_SHORT_SHA ;; esac - - wget --no-check-certificate https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64 -O /yq && chmod +x /yq # This is not the common Authentication config, unknown reason why common config fails - echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64)\"}}}" > /kaniko/.docker/config.json # Image builder