fix(ci): target the golang runner, generic docker runner retired
This commit is contained in:
@@ -15,7 +15,11 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build and push image
|
||||
runs-on: docker
|
||||
# golang, not a retired generic "docker" runner -- this repo is Go, and
|
||||
# every runner now carries its own dind sidecar to build/push that
|
||||
# repo's images. `container.image` below overrides the runner's own
|
||||
# default (golang:1.25-bookworm) with docker:27-cli for this job only.
|
||||
runs-on: golang
|
||||
container:
|
||||
image: docker:27-cli
|
||||
# No `options: --network host` here -- act_runner ignores that per-job
|
||||
|
||||
Reference in New Issue
Block a user