Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
added missing suffix in bake file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Dec 4, 2023
1 parent 4961487 commit 5af6d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ target "funman-dreal4" {
args = {
SIFT_REGISTRY_ROOT = compose_registry("${DOCKER_REGISTRY}","${DOCKER_ORG}")
IBEX_TAG = "${VERSION}-${IBEX_BRANCH}"
BAZEL_VERSION = "${BAZEL_VERSION}"
BAZEL_VERSION = "${BAZEL_VERSION}"
DREAL_REPO_URL = "${DREAL_REPO_URL}"
DREAL_COMMIT_TAG = "${DREAL_COMMIT_TAG}"
}
Expand Down Expand Up @@ -142,7 +142,7 @@ target "funman-git" {
target "funman-api" {
context = "./docker/api"
contexts = {
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-git:${VERSION}" = "target:funman-git"
"${DOCKER_REGISTRY}/${DOCKER_ORG}/funman-git:${VERSION}-git" = "target:funman-git"
}
args = {
SIFT_REGISTRY_ROOT = "${DOCKER_REGISTRY}/${DOCKER_ORG}/"
Expand Down

0 comments on commit 5af6d6b

Please sign in to comment.