Skip to content
Snippets Groups Projects
Commit fb041c1e authored by Дмитрий Кибирев's avatar Дмитрий Кибирев
Browse files

fix: change from binary to internal registry for temporary image

parent dd5e7c7b
No related branches found
No related tags found
1 merge request!213fix: change from binary to internal registry for temporary image
Pipeline #27929 passed
variables:
BASE_IMAGE_NAME: docker-picodata.binary.picodata.io/picodata-doc
BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE
BASE_IMAGE_TAG: latest
DOCKER_AUTH_CONFIG: $DOCKER_AUTH_RO
......@@ -32,9 +32,8 @@ build-base-image:
variables:
DOCKERFILE: "Dockerfile"
PUSH_DOCKER: ""
before_script:
- mkdir -p /kaniko/.docker
- echo "$DOCKER_AUTH_RW" > /kaniko/.docker/config.json
GIT_USERNAME: $CI_REGISTRY_USER
GIT_PASSWORD: $CI_REGISTRY_PASSWORD
script:
- echo "Build picodata doc..."
- cd docker/static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment