Draft: Gitlab CI #8
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ stages:
|
|||
|
||||
default:
|
||||
image: python:3.12-slim
|
||||
before_script:
|
||||
- docker login ${CI_REGISTRY} -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
||||
|
||||
build_image:
|
||||
stage: build
|
||||
|
|
Reference in a new issue