Skip to content

Commit

Permalink
fix: ci
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 24, 2024
1 parent 3f77df6 commit 6af9859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Build and push Docker images
run: |
docker-compose --env-file .env.exmaple build
docker-compose --env-file .env.exmaple push
docker-compose --env-file .env.example build
docker-compose --env-file .env.example push
- name: Cleanup
if: always()
Expand Down

0 comments on commit 6af9859

Please sign in to comment.