Commit df2d8be9 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'caalberts-update-kaniko-doc' into 'master'

Update kaniko example script

See merge request gitlab-org/gitlab!32400
parents 0fa3b527 5e43bb87
......@@ -82,6 +82,7 @@ store:
```yaml
before_script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- |
echo "-----BEGIN CERTIFICATE-----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment