Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kallyas committed Aug 26, 2023
1 parent a127a97 commit 2fd736a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
# Build and push using Docker Compose
- name: Build and push images using Docker Compose
run: |
docker-compose -f docker-compose.yml build
docker-compose -f docker-compose.yml push
docker-compose -f ./server/docker-compose.yml build
docker-compose -f ./server/docker-compose.yml push

0 comments on commit 2fd736a

Please sign in to comment.