1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00

pin docker to 19

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2024-05-27 17:15:52 +02:00
parent 0c08e9675d
commit b185ebbe9e
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -92,9 +92,9 @@ gitea-arm64-trigger:


.test-install: &test-install .test-install: &test-install
stage: test stage: test
image: docker:25 image: docker:19
services: services:
- docker:25-dind - docker:19-dind
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
script: script:
@ -113,9 +113,9 @@ gitea-arm64-trigger:


.test-update: &test-update .test-update: &test-update
stage: test stage: test
image: docker:25 image: docker:19
services: services:
- docker:25-dind - docker:19-dind
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
script: script: