Latest Docker and Dind for the CI

This commit is contained in:
Torsten Raudssus 2024-03-30 23:56:40 +01:00
parent df496c9bf9
commit fd6e534662

View file

@ -1,4 +1,4 @@
image: docker:20.10.16 image: docker:latest
variables: variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
@ -9,7 +9,7 @@ stages:
- release - release
services: services:
- docker:20.10.16-dind - docker:dind
build: build:
stage: build stage: build