Skip to content

Commit 4fbce4c

Browse files
committed
fix: typo in env variable name
1 parent 356c82d commit 4fbce4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"IMAGE": "${localEnv:IMAGE}"
88
},
99
"options": [
10-
"--label", "org.opencontainers.image.title=${localEnv:ANNOTATION_TITILE}",
11-
"--annotation", "org.opencontainers.image.title=${localEnv:ANNOTATION_TITILE}",
10+
"--label", "org.opencontainers.image.title=${localEnv:ANNOTATION_TITLE}",
11+
"--annotation", "org.opencontainers.image.title=${localEnv:ANNOTATION_TITLE}",
1212
"--label", "org.opencontainers.image.description=${localEnv:ANNOTATION_DESCRIPTION}",
1313
"--annotation", "org.opencontainers.image.description=${localEnv:ANNOTATION_DESCRIPTION}",
14-
"--label", "org.opencontainers.image.authors=${localEnv:ANNOTATION_AUTHOR}",
15-
"--annotation", "org.opencontainers.image.authors=${localEnv:ANNOTATION_AUTHOR}",
14+
"--label", "org.opencontainers.image.authors=${localEnv:ANNOTATION_AUTHORS}",
15+
"--annotation", "org.opencontainers.image.authors=${localEnv:ANNOTATION_AUTHORS}",
1616
"--label", "org.opencontainers.image.url=${localEnv:ANNOTATION_URL}",
1717
"--annotation", "org.opencontainers.image.url=${localEnv:ANNOTATION_URL}",
1818
"--label", "org.opencontainers.image.source=${localEnv:ANNOTATION_URL}",

0 commit comments

Comments
 (0)