Add support to run action on self-hosted runner#90
Add support to run action on self-hosted runner#90ilciko wants to merge 4 commits intoludeeus:masterfrom
Conversation
Use GITHUB_ACTION_PATH instead of github.action_path for Docker compliance
Run Spellcheck in self-hosted runner
Add support for Docker images
ludeeus
left a comment
There was a problem hiding this comment.
Split this into 2 PRs and provide documentation from GitHub that describes why it's needed.
|
Hello, docker.io/library/rockylinux:8
/usr/bin/docker create [omissis] -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/rocky/actions-runner/_work":"/__w" -v "/home/rocky/actions-runner/externals":"/__e":ro -v "/home/rocky/actions-runner/_work/_temp":"/__w/_temp" -v "/home/rocky/actions-runner/_work/_actions":"/__w/_actions" -v "/home/rocky/actions-runner/_work/_tool":"/__w/_tool" -v "/home/rocky/actions-runner/_work/_temp/_github_home":"/github/home" -v "/home/rocky/actions-runner/_work/_temp/_github_workflow":"/github/workflow" --entrypoint "tail" rockylinux:8 "-f" "/dev/null"From debug you can see that: the value of Here a discussion about this problem: |
Use GITHUB_ACTION_PATH instead of github.action_path for Docker compliance
Add in README.md instruction to run on self-hosted container (missing packages)