File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ if test "$OSTYPE" = "cygwin" || test "$OSTYPE" = "msys" || test "$OSTYPE" = "win
10
10
export CXXFLAGS=" /Zc:__cplusplus /Zc:preprocessor /DNOMINMAX"
11
11
fi
12
12
13
+ export ITK_WASM_DEV_DOCKER_TAG=${ITK_WASM_DEV_DOCKER_TAG:- $(echo $(date ' +%Y%m%d' )-$(git rev-parse --short HEAD))}
14
+
13
15
export ITK_WASM_DCMTK_REPOSITORY=${ITK_WASM_DCMTK_REPOSITORY:- " https://github.com/InsightSoftwareConsortium/DCMTK" }
14
16
export ITK_WASM_DCMTK_GIT_TAG=${ITK_WASM_DCMTK_GIT_TAG:- " 93e6d1b20b476c388f0379245c8c6e96af7f16f4" }
15
17
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ inputs = ["itk_wasm_env.*"]
36
36
description = " Provide ITK_WASM environmental variables to the Docker image"
37
37
38
38
[tasks .update-default-image-tag ]
39
- cmd = " sed -i \" s/const defaultImageTag = '.*'/const defaultImageTag = '$new_tag '/g\" packages/core/typescript/itk-wasm/src/cli/default-image-tag.js"
39
+ cmd = " sed -i \" s/const defaultImageTag = '.*'/const defaultImageTag = '$ITK_WASM_DEV_DOCKER_TAG '/g\" packages/core/typescript/itk-wasm/src/cli/default-image-tag.js"
40
40
outputs = [" packages/core/typescript/itk-wasm/src/cli/default-image-tag.*" ]
41
41
description = " Update the default Docker image tag"
42
42
You can’t perform that action at this time.
0 commit comments