Skip to content

Commit

Permalink
fix: create dummy env file
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 committed Apr 15, 2024
1 parent 45d73b6 commit 3ef9a06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3


- name: create .env
run: echo "DB_USERNAME=postgres\nDB_PASSWORD=postgres\nDB_NAME=postgres\nDB_HOST=db" > .env

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3ef9a06

Please sign in to comment.