Switching to node 18 slim image in cicd
This commit is contained in:
parent
d70112d99a
commit
26d52399c0
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: docker.io/node:hydrogen
|
image: docker.io/node:hydrogen-slim
|
||||||
environment:
|
environment:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: true
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/node:hydrogen
|
image: docker.io/node:hydrogen-slim
|
||||||
environment:
|
environment:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: true
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue