Using non-slim version of node image for deploy
This commit is contained in:
parent
2dd19c0e88
commit
cc9fbc4cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: docker.io/node:24-slim
|
image: docker.io/node:24
|
||||||
environment:
|
environment:
|
||||||
PUPPETEER_SKIP_DOWNLOAD: true
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue