Target ubuntu-latest label (runner re-registered without 'docker' label)
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 2s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 2s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
baab1c025e
commit
83048d1c6e
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue