diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-08-09 21:32:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 21:32:59 +0300 |
commit | 6ea3bb3818420f020e8062200207e37cfc7b347e (patch) | |
tree | 8ebe6bb19e0e6a3fd96a0131e9a1d0b7e28af007 /.github/devcontainers-action/action.yml | |
parent | d10390a141fd4c4b1853af906e5da599610830c5 (diff) |
Update generate-docs Action with OCI syntax (#74)
* Update docs with OCI spec changes
* reference to version `:1` than `:latest`
* nit
* sync generate-doc changes
* add workflow condition
* revert features README changes
* address comments
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: |