Skip to content
Snippets Groups Projects
Commit 2d29bb39 authored by Sebastian Fricke's avatar Sebastian Fricke
Browse files

Initial test for CI

parent b149192a
Branches
No related tags found
1 merge request!1Draft: For review
docker image:
stage: build
environment:
name: $CI_COMMIT_REF_NAME
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:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA
--single-snapshot
- echo Pushed
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment