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

Commit fd04f3e

Browse files
authored
update workflows for dev container features/definitions (#1324)
1 parent 3a89b38 commit fd04f3e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/container-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
allowUpdates: true # Lets us upload our own artifact from previous step
2828
artifactErrorsFailBuild: true
29-
artifacts: './devcontainer-*.tgz'
29+
artifacts: './devcontainer-*'
3030
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/push-and-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,17 @@ jobs:
155155
- name: Publish devcontainer container-features
156156
uses: microsoft/publish-dev-container-features-action@main
157157
with:
158+
publish-features: 'true'
158159
path-to-features: './script-library/container-features/src'
160+
publish-definitions: 'true'
161+
path-to-definitions: './containers'
159162

160163
- name: Update release to include features asset
161164
uses: ncipollo/release-action@v1
162165
with:
163166
allowUpdates: true # Lets us upload our own artifact from previous step
164167
artifactErrorsFailBuild: true
165-
artifacts: './devcontainer-features.tgz'
168+
artifacts: './devcontainer-*'
166169
token: ${{ secrets.GITHUB_TOKEN }}
167170

168171
image-info:

0 commit comments

Comments
 (0)