Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
basilelt committed Jun 22, 2024
1 parent 9cb28ba commit b82e031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build Docker Compose services
run: docker-compose -f Docker/docker-compose.yml build
working-directory: ./Docker
run: docker-compose -f docker-compose.yml build
env:
POSTGRES_DB: app
POSTGRES_USER: app
Expand Down

0 comments on commit b82e031

Please sign in to comment.