File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ ARTIFACT_PATH=devcontainer-feature-go.tgz
116116for VERSION in 1 1.2 1.2.3 latest
117117do
118118 oras push ${REGISTRY} /${NAMESPACE} /${FEATURE} :${VERSION} \
119- --manifest- config /dev/null:application/vnd.devcontainers \
119+ --config /dev/null:application/vnd.devcontainers \
120120 ./${ARTIFACT_PATH} :application/vnd.devcontainers.layer.v1+tar
121121done
122122```
@@ -131,7 +131,7 @@ REGISTRY=ghcr.io
131131NAMESPACE=devcontainers/features
132132
133133oras push ${REGISTRY} /${NAMESPACE} :latest \
134- --manifest- config /dev/null:application/vnd.devcontainers \
134+ --config /dev/null:application/vnd.devcontainers \
135135 ./devcontainer-collection.json:application/vnd.devcontainers.collection.layer.v1+json
136136```
137137
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ ARTIFACT_PATH=devcontainer-template-go.tgz
113113for VERSION in 1 1.2 1.2.3 latest
114114do
115115 oras push ${REGISTRY} /${NAMESPACE} /${TEMPLATE} :${VERSION} \
116- --manifest- config /dev/null:application/vnd.devcontainers \
116+ --config /dev/null:application/vnd.devcontainers \
117117 ./${ARTIFACT_PATH} :application/vnd.devcontainers.layer.v1+tar
118118done
119119
@@ -129,7 +129,7 @@ REGISTRY=ghcr.io
129129NAMESPACE=devcontainers/templates
130130
131131oras push ${REGISTRY} /${NAMESPACE} :latest \
132- --manifest- config /dev/null:application/vnd.devcontainers \
132+ --config /dev/null:application/vnd.devcontainers \
133133 ./devcontainer-collection.json:application/vnd.devcontainers.collection.layer.v1+json
134134```
135135
You can’t perform that action at this time.
0 commit comments