Skip to content
Snippets Groups Projects
Commit 79f6f17a authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] docker image version

parent 0ddc9211
No related branches found
No related tags found
No related merge requests found
image: docker:20.10.7
image: docker:24
docker-build-10.0:
# Official docker image.
image: docker:20.10.7
image: docker:24
stage: build
services:
- docker:20.10.7-dind
- docker:24-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
......@@ -16,10 +16,10 @@ docker-build-10.0:
docker-build-12.0:
# Official docker image.
image: docker:20.10.7
image: docker:24
stage: build
services:
- docker:20.10.7-dind
- docker:24-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
......@@ -34,10 +34,10 @@ docker-build-12.0:
docker-build-14.0:
# Official docker image.
image: docker:20.10.7
image: docker:24
stage: build
services:
- docker:20.10.7-dind
- docker:24-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment