Commit fa7efb8f authored by Felipe Andrade's avatar Felipe Andrade

chore: fix docker bake context for op-ufm and proxyd

parent cdae96a3
......@@ -133,8 +133,8 @@ target "op-ufm" {
}
target "proxyd" {
dockerfile = "Dockerfile"
context = "./proxyd"
dockerfile = "./proxyd/Dockerfile"
context = "./"
args = {
// proxyd 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