fix: mount docker socket and binary to node container
This commit is contained in:
@@ -46,6 +46,11 @@ jobs:
|
||||
deploy:
|
||||
needs: build-and-test
|
||||
runs-on: CDCD
|
||||
container:
|
||||
image: dockerreg.eazygame.cn/node:22-bookworm
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /usr/bin/docker:/usr/bin/docker
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user