Closed elyulka closed 1 week ago
What output gives this Docker info step right before the Calculate PR commits + 1
one?:
- name: Docker info
run: docker info
- name: 'Calculate PR commits + 1'
id: precalc
...
@crazy-max It seems runner stopped seeing docker from the host os.
Run docker info
docker info
shell: /usr/bin/bash -Eeuo pipefail -x {0}
env:
REGISTRY: ghcr.io
DOCKER_TAG: ci-run-434
PROJECT: stho-backend
IMAGE_PREFIX: softrize/stho-backend
DOCKERFILE: docker_settings/prod/Dockerfile.debian
GH_CACHE: --cache-from type=gha --cache-to type=gha,mode=max
CMD_BUILD: docker buildx build --load
+ docker info
/home/docker/actions-runner/_work/_temp/d44879dc-f30[2](https://github.com/xxx/xxx/actions/runs/11742373570/job/32712963139#step:2:2)-4927-a04d-1e41fcbf2af5.sh: line 1: docker: command not found
Error: Process completed with exit code 12[7](https://github.com/xxx/xxx/actions/runs/11742373570/job/32712963139#step:2:7).
Ok closing this issue as this seems to be an issue with your self hosted runner and not the action but let us know how things go.
Contributing guidelines
I've found a bug, and:
Description
action worked and suddenly stopped without any change from our side.
Expected behaviour
action runs without error
Actual behaviour
fails with first error "Unable to locate executable file: docker" despite it exists and worked before.
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
BuildKit logs
No response
Additional info
No response