ScribeMD/docker-cache

Use with self-hosted runners?

randomm opened this issue · 1 comments

I am using self-hosted runners via https://github.com/actions/actions-runner-controller and have bumped into this issue:

##[debug]Failed to delete archive: Error: ENOENT: no such file or directory, unlink ''
Recording preexisting Docker images. These include standard images pre-cached by GitHub Actions when Docker is run as root.
docker image list --format "{{ .Repository }}:{{ .Tag }}"
Error: Error: spawn /usr/bin/bash ENOENT

Is use of this a no-no with self-hosted runners?

Does your runner have Bash?