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

Use stretch instead of jessie for node 12 and 13

parent 67778cb4
Branches
No related tags found
No related merge requests found
Pipeline #12146 passed
......@@ -20,15 +20,15 @@ node-10:
node-12:
stage: build
script:
- docker build --pull --build-arg NODE_VERSION=12-jessie-slim -t $CI_REGISTRY_IMAGE:12-jessie-slim .
- docker push $CI_REGISTRY_IMAGE:12-jessie-slim
- docker build --pull --build-arg NODE_VERSION=12-stretch-slim -t $CI_REGISTRY_IMAGE:12-stretch-slim .
- docker push $CI_REGISTRY_IMAGE:12-stretch-slim
only:
- master
node-13:
stage: build
script:
- docker build --pull --build-arg NODE_VERSION=13-jessie-slim -t $CI_REGISTRY_IMAGE:13-jessie-slim .
- docker push $CI_REGISTRY_IMAGE:13-jessie-slim
- docker build --pull --build-arg NODE_VERSION=13-stretch-slim -t $CI_REGISTRY_IMAGE:13-stretch-slim .
- docker push $CI_REGISTRY_IMAGE:13-stretch-slim
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment