mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 08:36:45 +00:00
update limitations
This commit is contained in:
@@ -27,3 +27,10 @@ Some things are expected to be set when using these hooks
|
|||||||
- Some actions runner env's are expected to be set. These are set automatically by the runner.
|
- Some actions runner env's are expected to be set. These are set automatically by the runner.
|
||||||
- `RUNNER_WORKSPACE` is expected to be set to the workspace of the runner
|
- `RUNNER_WORKSPACE` is expected to be set to the workspace of the runner
|
||||||
- `GITHUB_WORKSPACE` is expected to be set to the workspace of the job
|
- `GITHUB_WORKSPACE` is expected to be set to the workspace of the job
|
||||||
|
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
- Container actions
|
||||||
|
- Building container actions from a dockerfile is not supported at this time
|
||||||
|
- Container actions will not have access to the services network or job container network
|
||||||
|
- Docker [create options](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontaineroptions) are not supported
|
||||||
|
|||||||
Reference in New Issue
Block a user