We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3b07f commit 4f54be1Copy full SHA for 4f54be1
.github/workflows/publish.yml
@@ -36,6 +36,12 @@ jobs:
36
mv oras-install/oras /usr/local/bin/
37
rm -rf oras_0.13.0_*.tar.gz oras-install/
38
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
+
45
- name: Fetch devcontainer-index.json
46
run: |
47
cd _data
.gitignore
@@ -2,4 +2,5 @@ npm-debug.log
2
_site
3
spec-generator/node_modules
4
spec-generator/out
5
-devcontainer-index.json
+devcontainer-index.json
6
+devcontainer-control-manifest.json
0 commit comments