Skip to content

Commit

Permalink
change docker compose exec command exec
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 9, 2024
1 parent f9a5cf6 commit 2012415
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: docker-image
on:
push:
branches:
- "main"
- "main"
pull_request:
branches:
- "main"
- "develop"
branches:
- "main"
- "develop"
jobs:
bsp-agent-eth:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: xom9ikk/[email protected]

- name: Run containers
run: docker-compose --env-file ".env" -f "docker-compose-ci.yml" up --build --remove-orphans --exit-code-from agent
run: docker compose --env-file ".env" -f "docker-compose-ci.yml" up --build --remove-orphans --exit-code-from agent

- name: Check running agent
run: docker inspect bsp-agent
Expand All @@ -63,4 +63,4 @@ jobs:
- name: Stop containers
if: always()
run: docker-compose -f "docker-compose-ci.yml" down
run: docker compose -f "docker-compose-ci.yml" down

0 comments on commit 2012415

Please sign in to comment.