Attempt to use a NodeJS-ready image instead of the previous generic one
All checks were successful
Build and deploy all / build (amiral.json, /var/www/amiral, amiral) (push) Successful in 1m33s
Build and deploy all / build (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 1m31s
Build and deploy all / build (harbor.json, /var/www/harbor, harbor) (push) Successful in 29s
Build and deploy all / deploy (amiral.json, /var/www/amiral, amiral) (push) Successful in 14s
Build and deploy all / deploy (harbor.json, /var/www/harbor, harbor) (push) Successful in 14s
Build and deploy all / deploy (atlantis.json, /var/www/atlantis, atlantis) (push) Successful in 1m12s
Build and deploy all / notify (push) Successful in 2s

This commit is contained in:
Gu://em_ 2026-04-13 19:45:36 +02:00
parent e5f02f0782
commit 28f9168276

View file

@ -21,6 +21,8 @@ jobs:
strategy: strategy:
matrix: matrix:
include: *site_matrix include: *site_matrix
container:
image: node:22-bookworm
steps: steps:
- name: Checkout git repository - name: Checkout git repository
@ -35,15 +37,8 @@ jobs:
token: ${{ secrets.CONFIG_REPO_TOKEN }} token: ${{ secrets.CONFIG_REPO_TOKEN }}
path: "configs" path: "configs"
- name: Install pnpm - name: Enable pnpm
uses: pnpm/action-setup@v4 run: corepack enable && corepack prepare pnpm@latest --activate
with:
version: 10
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies and config - name: Install dependencies and config
run: | run: |