Skip to content

Commit

Permalink
Replace docker-compose by docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 authored Sep 25, 2024
1 parent eccac7d commit 54771ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: docker-compose up
run: docker compose up
- name: Upload Artifact
uses: actions/[email protected]
with:
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build (Windows)
run: docker-compose -f docker-compose.windows.yml up
run: docker compose -f docker-compose.windows.yml up
- name: Make Windows Installer
run: ./create_windows_installer.sh
- name: Zip Portable Windows Artifact
Expand Down

0 comments on commit 54771ea

Please sign in to comment.