forked from I2P_Developers/i2p.i2p
CI: update dind image in .gitlab-ci.yml
This commit is contained in:
@@ -64,9 +64,9 @@ test:ant:
|
||||
# It's cached for later jobs
|
||||
build_docker:
|
||||
stage: build
|
||||
image: docker:19.03.12
|
||||
image: docker:24.0.6
|
||||
services:
|
||||
- docker:19.03.12-dind
|
||||
- docker:24.0.6-dind
|
||||
script:
|
||||
# Try to load latest branch image from local tar or from registry
|
||||
- docker load -i ci-exports/$CI_COMMIT_REF_SLUG.tar || docker pull $CI_REGISTRY_IMAGE:latest || true
|
||||
|
Reference in New Issue
Block a user