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" {
|
||||
inherits = ["common"]
|
||||
dockerfile = "Dockerfile"
|
||||
context = "sst-11.1.0"
|
||||
context = "sst"
|
||||
tags = ["${IMAGE_URI}/sst-env:${TAG}"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user