Commit cc1829df authored by protolambda's avatar protolambda

ops: fix docker bake

parent 536b44b0
...@@ -142,7 +142,7 @@ target "indexer" { ...@@ -142,7 +142,7 @@ target "indexer" {
GITVERSION = "${GIT_VERSION}" GITVERSION = "${GIT_VERSION}"
} }
platforms = split(",", PLATFORMS) platforms = split(",", PLATFORMS)
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/proxyd:${tag}"] tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/indexer:${tag}"]
} }
target "ufm-metamask" { target "ufm-metamask" {
...@@ -177,7 +177,7 @@ type "ci-builder" { ...@@ -177,7 +177,7 @@ type "ci-builder" {
dockerfile = "Dockerfile" dockerfile = "Dockerfile"
context = "ops/docker/ci-builder" context = "ops/docker/ci-builder"
platforms = split(",", PLATFORMS) platforms = split(",", PLATFORMS)
tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/chain-mon:${tag}"] tags = [for tag in split(",", IMAGE_TAGS) : "${REGISTRY}/${REPOSITORY}/ci-builder:${tag}"]
} }
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