fix: install Docker CLI in job container and mount docker.sock
This commit is contained in:
@@ -11,6 +11,10 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: aliyun
|
||||
container:
|
||||
options: -v /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- name: Install Docker CLI
|
||||
run: apt-get update && apt-get install -y docker.io
|
||||
- name: Deploy
|
||||
run: cd /root/PR-Helper && bash deploy.sh
|
||||
|
||||
Reference in New Issue
Block a user