Browse Source

needs

pull/2764/head
a 3 years ago
parent
commit
644a613986
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -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

Loading…
Cancel
Save