auth fix?

This commit is contained in:
Jakub Kropáček 2024-08-17 21:40:27 +02:00
parent c64c578818
commit fede8d0320

View file

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