1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-08-01 19:21:24 +00:00

lets build a container?

This commit is contained in:
2025-05-23 14:45:44 -06:00
parent 972ce7c8cb
commit e152f9e4ad
2 changed files with 38 additions and 1 deletions

View File

@@ -36,4 +36,16 @@ pytest:
artifacts:
when: always
reports:
junit: report.xml
junit: report.xml
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
--cleanup