fix(ci): pass volume option to docker create to fix /var/run/act mount
Build and Release / Build Linux (push) Failing after 0s
Build and Release / Build Windows (push) Failing after 0s
Build and Release / Create Release (push) Has been skipped

This commit is contained in:
Daniel Dybing
2026-08-03 23:55:50 +02:00
parent 0ad6fc5f59
commit cab3d837b5
+2 -4
View File
@@ -16,8 +16,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
volumes:
- /tmp/act:/var/run/act
options: "-v act_temp:/var/run/act"
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -66,8 +65,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: tobix/pywine:3.10
volumes:
- /tmp/act:/var/run/act
options: "-v act_temp:/var/run/act"
steps:
- name: Install Node.js
run: |