Skip to content

Commit

Permalink
fix cmake version and cache endpoint to ations-runner-vtk
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 19, 2024
1 parent 21434b7 commit b9faad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cache-push.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ variable "dockerhub-user-push" {
default = "scilus"
}

target "actions-runner-vtk" {
cache-to = ["type=registry,mode=max,ref=${dockerhub-user-push}/build-cache:actions-runner-vtk"]
}

target "scilus" {
cache-to = ["type=registry,mode=max,ref=${dockerhub-user-push}/build-cache:scilus"]
}
Expand Down
2 changes: 1 addition & 1 deletion versioning.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dmriqcpy-revision="0.1.7"
scilpy-revision="2.0.2"

ants-revision="2.4.3"
cmake-revision="3.16.3"
cmake-revision="v3.16.3"
fsl-version="6.0.6.4"
fsl-installer-version="3.14.0"
mrtrix-revision="3.0.4"
Expand Down

0 comments on commit b9faad7

Please sign in to comment.