From 7c4e0f8d51e371e1f46c6c004ec25ad6e47bca90 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Mon, 6 Jun 2022 22:42:46 -0400 Subject: [PATCH] update limitations --- packages/k8s/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/k8s/README.md b/packages/k8s/README.md index 981e9b3..ddf8815 100644 --- a/packages/k8s/README.md +++ b/packages/k8s/README.md @@ -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. - `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 + + +## 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