Skip to content

Commit

Permalink
Merge pull request #131 from Clochette-AbsINThe/hotfix/fix-ci
Browse files Browse the repository at this point in the history
Missing change directory
  • Loading branch information
SamuelGuillemet authored Apr 15, 2023
2 parents 0bdc97d + c3d1f85 commit a37f906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

- name: Build and push Docker-Compose images
run: |
cd docker
docker compose -f docker-compose.yml -f docker-compose.prod.yml build
docker compose -f docker-compose.yml -f docker-compose.prod.yml push
export tag=${{ needs.release-on-push.outputs.tag_name }}
Expand Down

0 comments on commit a37f906

Please sign in to comment.