Skip to content
Snippets Groups Projects
Commit 871a3455 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !6
parents 732a991c 4c7dd764
No related branches found
No related tags found
1 merge request!6Merging develop into main
Pipeline #1060810 failed
......@@ -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}
......
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