Skip to content
Snippets Groups Projects
Commit 9d7150fb authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !7
parents 871a3455 427e580d
Branches main
Tags 1.0.3
1 merge request!7Merging develop into main
Pipeline #1060821 passed
......@@ -10,7 +10,7 @@ node:
stage: build
parallel:
matrix:
- VERSION: ['12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim','16-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