Skip to content

Commit 24b6574

Browse files
Update main.yml
1 parent 8e37d68 commit 24b6574

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
git fetch
2727
git stash
2828
git merge '@{u}'
29-
docker-compose build
30-
docker-compose down --volumes --remove-orphans
31-
docker-compose up -d
29+
docker compose build
30+
docker compose up -d
3231
EOF

0 commit comments

Comments
 (0)