devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
333 stars 51 forks source link

devcontainers/ci@v0.3 return ::error::Unable to locate executable file: docker. #274

Closed alanlivio closed 8 months ago

alanlivio commented 8 months ago

[deploy-hugo-to-ghpages/build] šŸš€ Start image=node:16-buster-slim INFO[0000] Parallel tasks (0) below minimum, setting to 1 [deploy-hugo-to-ghpages/build] šŸ³ docker pull image=node:16-buster-slim platform= username= forcePull=true INFO[0001] Parallel tasks (0) below minimum, setting to 1 [deploy-hugo-to-ghpages/build] šŸ³ docker create image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host" [deploy-hugo-to-ghpages/build] šŸ³ docker run image=node:16-buster-slim platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host" [deploy-hugo-to-ghpages/build] ā˜ git clone 'https://github.com/devcontainers/ci' # ref=v0.3 [deploy-hugo-to-ghpages/build] ā­ Run Main Checkout [deploy-hugo-to-ghpages/build] šŸ³ docker cp src=/home/alan/src/websites/alanlivio.github.io/. dst=/home/alan/src/websites/alanlivio.github.io [deploy-hugo-to-ghpages/build] āœ… Success - Main Checkout [deploy-hugo-to-ghpages/build] ā­ Run Main Build at devcontainer [deploy-hugo-to-ghpages/build] šŸ³ docker cp src=/home/alan/.cache/act/devcontainers-ci@v0.3/ dst=/var/run/act/actions/devcontainers-ci@v0.3/ [deploy-hugo-to-ghpages/build] šŸ³ docker exec cmd=[node /var/run/act/actions/devcontainers-ci@v0.3/github-action/run-main.js] user= workdir= | Starting... [deploy-hugo-to-ghpages/build] ā— ::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. [deploy-hugo-to-ghpages/build] āŒ Failure - Main Build at devcontainer [deploy-hugo-to-ghpages/build] exitcode '1': failure

alanlivio commented 8 months ago

wrongly created issue.