From 427e580dfb1058a85aabe4fb057c5b53e9d9a6e1 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Mon, 30 Oct 2023 13:06:00 +0100 Subject: [PATCH] Add Node 18 and 20 Remove Node 12-16 but we keep the images on the registry --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa0db26..4058a78 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','18-stretch-slim'] + - VERSION: ['18-slim','20-slim'] script: - docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} . - docker push $CI_REGISTRY_IMAGE:${VERSION} -- GitLab