Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 18, 2024
1 parent 83ed95e commit 0a30d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Run Docker Compose
run: docker-compose -f docker-compose.yml build
run: docker compose -f docker-compose.yml build
-
run: docker compose up -d
- name: Check Docker container
Expand Down

0 comments on commit 0a30d98

Please sign in to comment.