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