maybe bad url fix build step yes
Some checks failed
Build and Push Container Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-05-15 00:39:32 +02:00
parent b24aecf252
commit b99f13a53c

View File

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