From 83048d1c6e9807d86ae233375cdc509e6f1fb0b1 Mon Sep 17 00:00:00 2001 From: dlawler489 <104159223@student.swin.edu.au> Date: Sat, 20 Jun 2026 07:15:51 +1000 Subject: [PATCH] Target ubuntu-latest label (runner re-registered without 'docker' label) Co-Authored-By: Claude Opus 4.8 --- .forgejo/workflows/docker-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/docker-build.yml b/.forgejo/workflows/docker-build.yml index e012b3e..0bedcd5 100644 --- a/.forgejo/workflows/docker-build.yml +++ b/.forgejo/workflows/docker-build.yml @@ -10,7 +10,9 @@ defaults: jobs: build-and-push: - runs-on: docker + # Runner offers ubuntu-latest; the label only selects the runner. The job + # overrides the image below with docker:cli and mounts the host socket. + runs-on: ubuntu-latest # Run the job in a Docker-CLI container and mount the host's Docker socket # (OrbStack) so `docker build` talks to the host daemon. Requires the runner # config to allow this volume — see valid_volumes note.