Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlake-zkq committed Mar 4, 2024
1 parent 09c271d commit 7f780e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main # Change this to your main branch if different
paths:
- 'backend/**'
- '.github/workflows/docker-build.yaml'

jobs:
build-and-run:
Expand All @@ -25,7 +26,7 @@ jobs:

- name: Build and Push Docker Image
run: |
docker compose up
docker compose build
docker compose push
working-directory: backend/

Expand Down

0 comments on commit 7f780e7

Please sign in to comment.