Fix: Remove docker-compose-plugin (use docker compose v2)

This commit is contained in:
Bu5hm4nn
2026-03-23 16:40:44 +01:00
parent 2b1cd2886d
commit 7205cd926b

View File

@@ -132,7 +132,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update && apt-get install -y bash openssh-client curl docker.io docker-compose-plugin
apt-get update && apt-get install -y bash openssh-client curl docker.io
mkdir -p ~/.ssh
chmod 700 ~/.ssh