Skip to content

Commit 4f54be1

Browse files
authored
Pick up control manifest (devcontainers#194)
1 parent 6d3b07f commit 4f54be1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish.yml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
mv oras-install/oras /usr/local/bin/
3737
rm -rf oras_0.13.0_*.tar.gz oras-install/
3838
39+
- name: Fetch devcontainer-control-manifest.json
40+
run: |
41+
cd _data
42+
oras pull ghcr.io/devcontainers/control-manifest:latest
43+
cp devcontainer-control-manifest.json ../static/
44+
3945
- name: Fetch devcontainer-index.json
4046
run: |
4147
cd _data

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ npm-debug.log
22
_site
33
spec-generator/node_modules
44
spec-generator/out
5-
devcontainer-index.json
5+
devcontainer-index.json
6+
devcontainer-control-manifest.json

0 commit comments

Comments
 (0)