From 4c7dd76400c1c7573460b1d547ab56b0e630c72a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 30 Oct 2023 12:57:11 +0100 Subject: [PATCH] Add Node 18 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2079984..4954a9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ node: stage: build parallel: matrix: - - VERSION: ['12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim'] + - VERSION: ['12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim','16-stretch-slim'] script: - docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} . - docker push $CI_REGISTRY_IMAGE:${VERSION} -- GitLab