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:
parent
0c08e9675d
commit
b185ebbe9e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user