revert back to secret dbURL
Some checks failed
Build and Push Container Image / build-and-push (push) Failing after 5m56s

This commit is contained in:
2026-05-18 12:00:02 +02:00
parent f86fc48841
commit 97fe97add1

View File

@@ -75,7 +75,7 @@ jobs:
tags: ${{ steps.meta-migrator.outputs.tags }} tags: ${{ steps.meta-migrator.outputs.tags }}
labels: ${{ steps.meta-migrator.outputs.labels }} labels: ${{ steps.meta-migrator.outputs.labels }}
build-args: | build-args: |
DATABASE_URL="posgres://no:account@127.0.0.1:5432/db" DATABASE_URL=${{ secrets.DATABASE_URL }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max