fix(ci): mount /var/run/act to bypass Docker path escape check
This commit is contained in:
@@ -14,6 +14,10 @@ jobs:
|
||||
build-linux:
|
||||
name: Build Linux
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
volumes:
|
||||
- /tmp/act:/var/run/act
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@@ -62,6 +66,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: tobix/pywine:3.10
|
||||
volumes:
|
||||
- /tmp/act:/var/run/act
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user