mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
Added required env to build step
This commit is contained in:
@@ -71,6 +71,9 @@ jobs:
|
||||
- name: Build Docker image
|
||||
run: docker buildx build --platform linux/amd64,linux/arm64 -t
|
||||
openreception/open-reception:${{ github.ref_name }} .
|
||||
env:
|
||||
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
|
||||
JWT_SECRET: "build"
|
||||
|
||||
- name: Push Docker images
|
||||
run: npm run docker:build-and-push
|
||||
|
||||
Reference in New Issue
Block a user