From 97fe97add1a642ac244acb4cde889ca468461965 Mon Sep 17 00:00:00 2001 From: Milas Holsting Date: Mon, 18 May 2026 12:00:02 +0200 Subject: [PATCH] revert back to secret dbURL --- .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 e564e0f..bdef881 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@127.0.0.1:5432/db" + DATABASE_URL=${{ secrets.DATABASE_URL }} cache-from: type=gha cache-to: type=gha,mode=max