remove unused dind

This commit is contained in:
Seraphim Strub 2023-10-13 20:29:32 +02:00
parent f9268f31e9
commit 05a11b87ea

View file

@ -2,8 +2,6 @@
.docker-build: &docker_build .docker-build: &docker_build
# Use the official docker image. # Use the official docker image.
image: docker:latest image: docker:latest
services:
- docker:dind
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)