auth fix?
This commit is contained in:
parent
c64c578818
commit
fede8d0320
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ stages:
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: python:3.12-slim
|
image: python:3.12-slim
|
||||||
|
before_script:
|
||||||
|
- docker login ${CI_REGISTRY} -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Reference in a new issue