Fix POSTGRES_DB env var
This commit is contained in:
parent
ad24fb614d
commit
6de8d286fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
image: postgres:16
|
||||
env:
|
||||
POSTGRES_PASSWORD: ${{ env.DB_PASSWORD }}
|
||||
POSTGRES_DB: ${{ env.DB_HOST }}
|
||||
POSTGRES_DB: ${{ env.DB_NAME }}
|
||||
POSTGRES_USER: ${{ env.DB_USER }}
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue