Skip to content
Snippets Groups Projects
Commit 3973be10 authored by Frank Lange's avatar Frank Lange
Browse files

add CI pipeline to build and push the Docker container

parent ee4371fd
No related branches found
No related tags found
No related merge requests found
Pipeline #1303873 passed
stages:
- build
build-job:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:latest"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment