diff options
Diffstat (limited to '.github/devcontainers-action/action.yml')
-rw-r--r-- | .github/devcontainers-action/action.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/devcontainers-action/action.yml b/.github/devcontainers-action/action.yml index 8d15591..c3de7d8 100644 --- a/.github/devcontainers-action/action.yml +++ b/.github/devcontainers-action/action.yml @@ -24,6 +24,14 @@ inputs: required: false default: '' description: "Relative path to the 'src' folder containing dev container 'feature(s)'" + oci-registry: + required: false + default: "ghcr.io" + description: "Name of the OCI registry that implements the OCI Artifact Distribution Specification" + features-namespace: + required: false + default: "<owner>/<repo>" + description: "A unique indentifier for the collection of features" # 'template' options base-path-to-templates: |