Skip to content

Commit c67eace

Browse files
authored
feat: provide version info to bake process
1 parent b4767c2 commit c67eace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devcontainer-cache-build-initialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def docker_destinations_to_string(docker_destination_list):
264264
"DEVCONTAINER_CACHE_FROMS": docker_destinations_to_string(DEVCONTAINER_CACHE_FROMS),
265265
"DEVCONTAINER_CACHE_TOS": docker_destinations_to_string(DEVCONTAINER_CACHE_TOS),
266266
"DEVCONTAINER_OUTPUTS": docker_destinations_to_string(DEVCONTAINER_OUTPUTS),
267+
"GIT_BRANCH_SANITIZED": GIT_BRANCH_SANITIZED,
267268
# Add devcontainer host env vars to the bake config
268269
**devcontainer_host_env_vars
269270
},

0 commit comments

Comments
 (0)