Skip to content

Commit

Permalink
Correct docker compose runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 27, 2023
1 parent 6f9090b commit c7b6553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Docker Compose
uses: docker/compose-action@v1
uses: isbang/compose-action@v1.5.1
with:
compose-file: ci/docker-compose.yml
compose-file: "./ci/docker-compose.yml"

- name: Start containers
run: docker-compose up -d
Expand Down

0 comments on commit c7b6553

Please sign in to comment.