Using non-slim version of node image for deploy
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
collin 2026-06-19 11:59:34 +02:00
parent 2dd19c0e88
commit cc9fbc4cdc
No known key found for this signature in database

View file

@ -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: