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

pin docker to 25

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

View File

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

.test-install: &test-install
stage: test
image: docker:stable
image: docker:25
services:
- docker:25-dind
variables:
@ -113,7 +113,7 @@ gitea-arm64-trigger:

.test-update: &test-update
stage: test
image: docker:stable
image: docker:25
services:
- docker:25-dind
variables: