Update .gitlab-ci.yml

This commit is contained in:
TheJoKlLa 2022-05-23 22:46:59 +00:00
parent 7f2f933505
commit 4a58558b75

View File

@ -19,6 +19,9 @@ docker-build:
stage: build stage: build
services: services:
- docker:dind - docker:dind
variables:
DOCKER_TLS_CERTDIR: ""
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag) # Default branch leaves tag empty (= latest tag)