fix: Add cleaner logging to build script (no-changelog) (#16952)

This commit is contained in:
shortstacked
2025-07-03 10:37:30 +01:00
committed by GitHub
parent faea69cbc2
commit 91fe5109b5
2 changed files with 18 additions and 3 deletions

View File

@@ -5,6 +5,9 @@
name: 'Docker: Build and Push'
env:
NODE_OPTIONS: '--max-old-space-size=8192'
on:
schedule:
- cron: '0 0 * * *'