ci: add dind

This commit is contained in:
Abel Luck 2023-11-07 15:41:23 +01:00
parent d8bbf8ed47
commit 0c305f927a

View file

@ -32,8 +32,10 @@ build-test:
- tags
build:
image: docker:git
image: docker:latest
stage: build
services:
- docker:dind
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# speed up build time by pulling the old image