add dummy secret for build
Some checks failed
Build and Push Container / Build App (push) Successful in 1m0s
Build and Push Container / Publish App (push) Failing after 2m5s

This commit is contained in:
2026-01-16 16:16:00 +11:00
parent 1db3f47b1c
commit 75a38ada5e

View File

@@ -74,6 +74,7 @@ jobs:
labels: ${{ steps.metadata.outputs.labels }} labels: ${{ steps.metadata.outputs.labels }}
build-args: | build-args: |
DATABASE_URL=${{ secrets.DATABASE_URL }} DATABASE_URL=${{ secrets.DATABASE_URL }}
PAYLOAD_SECRET=BUILD
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile