mirror of
https://github.com/p-stream/backend.git
synced 2026-03-23 14:27:40 +00:00
add DATABASE_URL build argument for Docker image to fix stupid prisma
This commit is contained in:
parent
a847a86371
commit
4d34f1fb78
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -63,3 +63,5 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/db
|
||||
|
|
|
|||
Loading…
Reference in a new issue