fix: install docker.io and docker-compose-plugin in job container

This commit is contained in:
2026-06-21 00:08:59 +08:00
parent 8a3f14eb1b
commit e83afb5fb0
+3
View File
@@ -12,5 +12,8 @@ jobs:
deploy:
runs-on: aliyun
steps:
- name: Install Docker & Compose
run: |
apt-get update && apt-get install -y docker.io docker-compose-plugin
- name: Deploy
run: cd /root/PR-Helper && bash deploy.sh