Skip to content
Snippets Groups Projects
Commit 4c7dd764 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add Node 18

parent 2cdcc16b
No related branches found
No related tags found
1 merge request!6Merging develop into main
...@@ -10,7 +10,7 @@ node: ...@@ -10,7 +10,7 @@ node:
stage: build stage: build
parallel: parallel:
matrix: 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: script:
- docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} . - docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
- docker push $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