Commit cdae96a3 authored by Felipe Andrade's avatar Felipe Andrade

chore(ufm): fix docker bake context

parent 8cef01b9
......@@ -120,8 +120,8 @@ target "op-program" {
}
target "op-ufm" {
dockerfile = "Dockerfile"
context = "./op-ufm"
dockerfile = "./op-ufm/Dockerfile"
context = "./"
args = {
// op-ufm dockerfile has no _ in the args
GITCOMMIT = "${GIT_COMMIT}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment