💚 Build docker images for postgresql only
Still need to find a way to change the database provider at runtime. For now let's just only enable postgresql for docker deployments Closes #324
This commit is contained in:
2
.github/workflows/publish_docker_images.yml
vendored
2
.github/workflows/publish_docker_images.yml
vendored
@ -10,6 +10,8 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
DATABASE_URL: 'postgresql://'
|
||||
strategy:
|
||||
matrix:
|
||||
app: ['builder', 'viewer']
|
||||
|
Reference in New Issue
Block a user