Skip to content

Commit

Permalink
GHA: change docker-compose to docker compose for the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje authored and thijskh committed Aug 28, 2024
1 parent aa03f42 commit 2eb985e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
DOCKER_COMPOSE: docker-compose -f docker-compose-tag-release.yml
DOCKER_COMPOSE: docker compose -f docker-compose-tag-release.yml
if: always()
steps:
- name: Checkout
Expand Down

0 comments on commit 2eb985e

Please sign in to comment.