Skip to content

Commit 6c9f41d

Browse files
committed
fix/ci: remove docker-compose binary
1 parent 3032e8b commit 6c9f41d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ jobs:
3030
echo "BACKEND_HOST=${BACKEND_HOST}" >> .env
3131
echo "WEBVIEW_URL=${WEBVIEW_URL}" >> .env
3232
33-
- name: install docker binaries
34-
run: |
35-
sudo apt-get update
36-
sudo apt-get install docker docker-compose
37-
3833
- name: Build Docker images
39-
run: docker-compose build
34+
run: docker compose build
4035

4136
- name: Save images as tarballs
4237
run: |

0 commit comments

Comments
 (0)