diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-08-05 22:22:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 22:22:30 +0300 |
commit | 542963cf04cbe62d54a0e287fa314b05c612671f (patch) | |
tree | 2c420b0f821de24032985af51ba081a4e617b6a5 /src/common-utils/devcontainer-feature.json | |
parent | 69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (diff) |
Prep: republish features to ghcr.io (#78)
* syncing action
* modify release.yaml
* version update ; remove "install"
* add 'latest'
* add workflow condition
Diffstat (limited to 'src/common-utils/devcontainer-feature.json')
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 3eda5d3..2a50daa 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,7 @@ { "id": "common-utils", "name": "Common Debian Utilities", + "version": "1.0.0", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", "options": { "install_Zsh": { @@ -55,9 +56,5 @@ }, "extensions": [ "ms-dotnettools.csharp" - ], - "install": { - "app": "", - "file": "install.sh" - } -}
\ No newline at end of file + ] +} |