util-docker: Fix docker-bake.hcl sst context

The context for sst is the "sst" directory.

Change-Id: Ic120cca13a9e4df02b98d101ad8e16c296807c2d
This commit is contained in:
Bobby R. Bruce
2024-06-24 11:43:23 -07:00
parent e82e824f08
commit c291678881

View File

@@ -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}"]
}