Skip to content

Commit

Permalink
chore(ufm): fix docker bake context
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-op committed Dec 12, 2023
1 parent 8cef01b commit cdae96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit cdae96a

Please sign in to comment.