Adapt new versions to gitlab-ci.yml

This commit is contained in:
Mirco 2023-12-07 22:07:07 +01:00
parent 741f0ce716
commit dc3e14517b

View file

@ -7,7 +7,7 @@ stages:
#- integrationtest #- integrationtest
.img: &img .img: &img
image: "domaindrivenarchitecture/ddadevops-dind:4.7.4" image: "domaindrivenarchitecture/ddadevops-dind:4.10.0"
services: services:
- docker:dind - docker:dind
before_script: before_script:
@ -17,7 +17,7 @@ stages:
- export IMAGE_TAG=$CI_COMMIT_TAG - export IMAGE_TAG=$CI_COMMIT_TAG
.cljs-job: &cljs .cljs-job: &cljs
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.4" image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.0"
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
@ -30,7 +30,7 @@ stages:
- npm install - npm install
.clj-job: &clj .clj-job: &clj
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.7.4" image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.10.0"
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths: