fix(ci): explicitly mount docker.sock via container options
Some checks failed
Build & Deploy / 🔍 Prepare (push) Failing after 3s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-06-18 15:03:45 +02:00
parent 4a9a7adf93
commit ac6b121685

View File

@@ -36,6 +36,7 @@ jobs:
short_sha: ${{ steps.determine.outputs.short_sha }}
container:
image: catthehacker/ubuntu:act-latest
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: 🧹 Maintenance (High Density Cleanup)
shell: bash
@@ -160,6 +161,7 @@ jobs:
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -210,6 +212,7 @@ jobs:
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
options: -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout repository
uses: actions/checkout@v4