Draft: Gitlab CI #8

Open
JustScreaMy wants to merge 11 commits from 12-gitlab-ci into master
Showing only changes of commit fede8d0320 - Show all commits

View file

@ -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