docker.sock inside container ?
Some checks failed
/ manifest (push) Blocked by required conditions
/ build-and-push (amd64) (push) Has been cancelled
/ build-and-push (arm64) (push) Has been cancelled

This commit is contained in:
Xaver Russ 2025-07-14 00:48:43 +02:00
parent 9e03158f81
commit bf6fee36c0

View file

@ -21,6 +21,8 @@ jobs:
# Debian is often a good balance between size and available packages.
# You're using `apk` (Alpine Linux package manager) in an Ubuntu container, which will fail.
image: debian:stable-slim # or debian:bookworm-slim, or even a specific Node.js image if you mainly need Node.js
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Install build dependencies (apt)
run: |