Skip to content

Commit

Permalink
Merge pull request #95 from target/GitWorkflowFix
Browse files Browse the repository at this point in the history
Updating docker compose v1 to v2
  • Loading branch information
phutelmyer authored Aug 14, 2024
2 parents 024610a + 53b7f08 commit 0e17b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Builds Strelka
run: docker-compose build
run: docker compose build
2 changes: 1 addition & 1 deletion .github/workflows/build_strelkaui_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Builds Strelka UI
run: docker-compose build
run: docker compose build

0 comments on commit 0e17b00

Please sign in to comment.