Adding README and switching CI to latest Docker and Dind

This commit is contained in:
Torsten Raudssus 2024-03-31 00:09:33 +01:00
parent a2e5e14cb6
commit e5b3409a94
2 changed files with 25 additions and 2 deletions

View file

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