Skip to content

Commit

Permalink
fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Aug 23, 2024
1 parent b1c5a60 commit 229a8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
- uses: actions/checkout@v4

- name: Check
run: docker-compose --file docker-compose.yml up --abort-on-container-exit
run: docker compose --file docker-compose.yml up --abort-on-container-exit
shell: bash

- name: Push latest
Expand Down

0 comments on commit 229a8c3

Please sign in to comment.