devcontainers/Dev Container Publish
Package and publish development container assets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| generate-docs | Parse machine-readable (.json) configuration files and commit standardized documentation | no | false |
| disable-schema-validation | Disables validation of the schema of metadata files (devcontainer-feature.json) | no | false |
| validate-only | Validate the schema of metadata files (devcontainer-feature.json) and exit without publishing. (Cannot be combined with any publishing step). | no | false |
| disable-repo-tagging | Disables adding a git repo tag for each Feature or Template release. | no | false |
| devcontainer-cli-version | Override the version of the devcontainer CLI to use. Defaults to the latest published version. | no | "" |
| publish-features | (true/false) Enable publishing Dev Container Feature(s). Cannot be combined with publish-templates. | no | false |
| base-path-to-features | Relative path to the folder containing Dev Container Feature(s) | no | "" |
| oci-registry | Name of the OCI registry that implements the OCI Artifact Distribution Specification | no | — |
| features-namespace | Published Feature IDs will be prefixed with the namespace. If omitted, this value will default to the source repo name | no | — |
| publish-templates | (true/false) Enable publishing Dev Container Template(s). Cannot be combined with publish-features. | no | false |
| base-path-to-templates | Relative path to the folder containing Dev Container Template(s) | no | "" |
| oci-registry-for-templates | Name of the OCI registry that implements the OCI Artifact Distribution Specification | no | — |
| templates-namespace | Published Template IDs will be prefixed with the namespace. If omitted, this value will default to the source repo name | no | — |
Outputs
no outputs