2
0
forked from jmug/cactoide

feat: add pino logger for serverside

This commit is contained in:
Levente Orban
2025-10-27 17:17:08 +01:00
parent 2273ae50a4
commit 05556eefdb
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ jobs:
file: ./Dockerfile
build-args: |
PUBLIC_LANDING_INFO=${{ vars.PUBLIC_LANDING_INFO }}
LOG_PRETTY=${{ vars.LOG_PRETTY }}
LOG_LEVEL=${{ vars.LOG_LEVEL }}
push: true
platforms: linux/amd64,linux/arm64
cache-from: type=gha

View File

@@ -30,6 +30,8 @@ jobs:
run: npm run build
env:
PUBLIC_LANDING_INFO: ${{ vars.PUBLIC_LANDING_INFO }}
LOG_PRETTY: ${{ vars.LOG_PRETTY }}
LOG_LEVEL: ${{ vars.LOG_LEVEL }}
- name: Test build output
run: |