Skip to content

Commit

Permalink
Use docker compose from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Aug 2, 2024
1 parent 2eb7df5 commit f33b970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-push.be.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: github.event_name != 'push'
run: |
cd $CONTEXT
docker-compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from scilog
docker-compose -f docker-compose.test.yaml down
docker compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from scilog
docker compose -f docker-compose.test.yaml down
- name: Login to GHCR
uses: docker/login-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-push.fe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: github.event_name != 'push'
run: |
cd $CONTEXT
docker-compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from scilog
docker-compose -f docker-compose.test.yaml down
docker compose -f docker-compose.test.yaml up --build --no-deps --abort-on-container-exit --exit-code-from scilog
docker compose -f docker-compose.test.yaml down
- name: Login to GHCR
uses: docker/login-action@v2
Expand Down

0 comments on commit f33b970

Please sign in to comment.