util-docker: Fix docker-bake.hcl sst context
The context for sst is the "sst" directory. Change-Id: Ic120cca13a9e4df02b98d101ad8e16c296807c2d
This commit is contained in:
@@ -98,7 +98,7 @@ target "gpu-fs" {
|
|||||||
target "sst" {
|
target "sst" {
|
||||||
inherits = ["common"]
|
inherits = ["common"]
|
||||||
dockerfile = "Dockerfile"
|
dockerfile = "Dockerfile"
|
||||||
context = "sst-11.1.0"
|
context = "sst"
|
||||||
tags = ["${IMAGE_URI}/sst-env:${TAG}"]
|
tags = ["${IMAGE_URI}/sst-env:${TAG}"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user