Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 13dc8fe commit d77520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const image = core.getInput("image").replace("*", devcontainerTemplate.id);
const annotations = {
$manifest: {
"com.github.package.type": "devcontainer_template",
"dev.containers.metadata": JSON.stringify(devcontainerTemplate),
// "dev.containers.metadata": JSON.stringify(devcontainerTemplate),
"org.opencontainers.image.source": source,
},
[archivePath]: {
Expand Down

0 comments on commit d77520e

Please sign in to comment.