From b99f13a53c8a750e79f24999e674251be1c73d89 Mon Sep 17 00:00:00 2001 From: Milas Holsting Date: Fri, 15 May 2026 00:39:32 +0200 Subject: [PATCH] maybe bad url fix build step yes --- .gitea/workflows/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 67b3ccc..bdef881 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -53,7 +53,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - DATABASE_URL=${{ secrets.DATABASE_URL }} + DATABASE_URL="posgres://no:account@nowhere/db" cache-from: type=gha cache-to: type=gha,mode=max