Skip to content
Snippets Groups Projects
Commit ed2539e4 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

cicd: updated Docker to 23.0

parent 451ecbb6
Branches
No related tags found
1 merge request!80MEP 2.5: fix 13 digits PDL
Pipeline #64876 passed
...@@ -62,9 +62,9 @@ import-convert-assets: ...@@ -62,9 +62,9 @@ import-convert-assets:
when: manual when: manual
build-dev-master: build-dev-master:
image: docker:18.09 image: docker:23.0
services: services:
- docker:18.09-dind - docker:23.0-dind
stage: build stage: build
script: script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
...@@ -75,9 +75,9 @@ build-dev-master: ...@@ -75,9 +75,9 @@ build-dev-master:
- master - master
build-mr: build-mr:
image: docker:18.09 image: docker:23.0
services: services:
- docker:18.09-dind - docker:23.0-dind
stage: build stage: build
script: script:
- docker build . - docker build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment