Skip to content

Commit

Permalink
chore: fix backend deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadk24 committed Sep 23, 2023
1 parent 88fa895 commit 6d05e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup dummy env
run: touch docker.env

- name: Build docker image
run: docker compose build

Expand Down

0 comments on commit 6d05e4f

Please sign in to comment.