Files
axolotl/.gitlab-ci.yml
2023-05-07 03:39:05 -04:00

15 lines
296 B
YAML

image: "python:3.7"
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--no-push
rules:
- if: $CI_COMMIT_SHA