use new build container

pull/1/head
Michael Jerger 10 months ago
parent c549f2d5fd
commit 4b182a618c

@ -5,7 +5,7 @@ stages:
- upload
.cljs-job: &cljs
image: "domaindrivenarchitecture/ddadevops-clojure:4.2.0"
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.3.0"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
@ -17,7 +17,7 @@ stages:
- npm install
.clj-job: &clj
image: "domaindrivenarchitecture/ddadevops-clojure:4.2.0"
image: "domaindrivenarchitecture/ddadevops-clj-cljs:4.3.0"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:

Loading…
Cancel
Save