Skip to content
Snippets Groups Projects
Commit 427e580d authored by jurgenhaas's avatar jurgenhaas
Browse files

Add Node 18 and 20

Remove Node 12-16 but we keep the images on the registry
parent 7cb5a027
No related branches found
No related tags found
1 merge request!7Merging develop into main
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment