This commit is contained in:
a 2022-03-28 18:15:47 +00:00
parent ca6becfeec
commit 644a613986

View file

@ -14,6 +14,7 @@ build-container-latest:
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
needs: ["build-binary-latest"]
script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json