Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0c5246b

Browse files
authored
include devcontainer-collection.json (#1307)
* initial sweep for devcontainer-index.json (github/codespaces#6384) * update * add collection (definition publishing disabled for now) * change repo owner
1 parent 69c7f34 commit 0c5246b

File tree

2 files changed

+409
-1
lines changed

2 files changed

+409
-1
lines changed

.github/workflows/container-features.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ jobs:
1515
- name: Publish Dev container features
1616
uses: microsoft/publish-dev-container-features-action@main
1717
with:
18+
publish-features: 'true'
1819
path-to-features: './script-library/container-features/src'
20+
publish-definitions: 'false'
21+
path-to-definitions: './containers'
22+
1923

2024
- name: Get or Create Release at current tag
2125
uses: ncipollo/release-action@v1
2226
with:
2327
allowUpdates: true # Lets us upload our own artifact from previous step
2428
artifactErrorsFailBuild: true
25-
artifacts: './devcontainer-features.tgz'
29+
artifacts: './devcontainer-*.tgz'
2630
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)