fix: database_url issue

This commit is contained in:
Elie Baier 2023-12-06 00:36:01 +01:00 committed by GitHub
parent e6bd48bda3
commit 5be51f4147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: fayorg/calendrier-avant
DATABASE_URL: ${{ secrets.DATABASE_URL }}
jobs: