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:
|
||||
- name: deploy
|
||||
image: docker.io/node:24-slim
|
||||
image: docker.io/node:24
|
||||
environment:
|
||||
PUPPETEER_SKIP_DOWNLOAD: true
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue