Update .gitlab-ci.yml file

This commit is contained in:
2022-09-02 09:37:11 +00:00
parent b58b130218
commit 601c4cc1f3

View File

@@ -8,8 +8,6 @@ docker-build:
# Use the official docker image.
image: docker:latest
stage: build
services:
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)