This commit is contained in:
Mylloon 2021-07-27 23:24:22 +02:00
parent 7078e53a52
commit d2fa7b6563

View file

@ -27,8 +27,11 @@ stages:
- build
- push
services:
- docker:dind
before_script:
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY
Build:
stage: build