Skip to content
Snippets Groups Projects
Verified Commit fe5e9728 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Seperate jobs

parent 3c21edd9
No related branches found
No related tags found
No related merge requests found
Pipeline #3743 passed
build:
build_python-pimped:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
- /kaniko/executor
--context $CI_PROJECT_DIR/pubmat-builder
--dockerfile $CI_PROJECT_DIR/pubmat-builder/Dockerfile
--destination $CI_REGISTRY_IMAGE/pubmat-builder:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
- /kaniko/executor
--context $CI_PROJECT_DIR/python-pimped
--dockerfile $CI_PROJECT_DIR/python-pimped/Dockerfile
--destination $CI_REGISTRY_IMAGE/python-pimped:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
build_pubmat-builder:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
- /kaniko/executor
--context $CI_PROJECT_DIR/pubmat-builder
--dockerfile $CI_PROJECT_DIR/pubmat-builder/Dockerfile
--destination $CI_REGISTRY_IMAGE/pubmat-builder:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
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