From ceb530f5b83191112ab995546d777909167f7a09 Mon Sep 17 00:00:00 2001 From: Milas Holsting Date: Fri, 15 May 2026 03:12:21 +0200 Subject: [PATCH] why cant it parse ME SAD --- .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 707bacc..e564e0f 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -75,7 +75,7 @@ jobs: tags: ${{ steps.meta-migrator.outputs.tags }} labels: ${{ steps.meta-migrator.outputs.labels }} build-args: | - DATABASE_URL="posgres://no:account@nowhere/db" + DATABASE_URL="posgres://no:account@127.0.0.1:5432/db" cache-from: type=gha cache-to: type=gha,mode=max