1
0
Fork 0

Fix nightly docker build

This commit is contained in:
Chocobozzz 2020-05-05 09:29:36 +02:00
parent a8738ec536
commit e5c86ba7c2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ build-nightly:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
before_script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$CI_REGISTRY_AUTH\",\"email\":\"$CI_REGISTRY_EMAIL\"}}}" > /kaniko/.docker/config.json
script:
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/support/docker/production/Dockerfile.buster --destination $DOCKER_IMAGE_NAME
@ -173,4 +174,4 @@ test-external-plugins:
- psql -c "create user peertube with password 'peertube';"; fi
- NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
script:
- npm run ci -- "external-plugins"
- npm run ci -- "external-plugins"