在 Runner Docker 中如何编译 Dockerinfo

因为将 Runner 都部署在 Docker 里,又需要将项目通过 Docker 打包并 推送到 Register 服务器,于是采用了 vegardit/gitea-act-runner:dind-latest 来做为 Runner,但发现这一步始终都过不去。

  • name: Setup QEMU
    uses: docker/setup-qemu-action@v3

以下是 执行报错日志:

::group::Docker info

::endgroup::

::error::Unable to locate executable file: docker. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

请问有相关经验的人吗?