Fix: mount docker socket in build containers
Some checks failed
Build & Push Docker Image / build (push) Failing after 9m48s

This commit is contained in:
Helios Agent 2026-03-28 14:29:34 +01:00
parent b2ff20208e
commit 7b2ee7f616
No known key found for this signature in database
GPG key ID: C8259547CD8309B5

View file

@ -29,5 +29,5 @@ jobs:
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: git.moritz.run/helios/helios-remote:latest tags: git.moritz.run/helios/helios-remote:latest
cache-from: type=registry,ref=git.moritz.run/helios/helios-remote:cache cache-from: type=registry,ref=git.moritz.run/helios/helios-remote:buildcache
cache-to: type=registry,ref=git.moritz.run/helios/helios-remote:cache,mode=max cache-to: type=registry,ref=git.moritz.run/helios/helios-remote:buildcache,mode=max