Skip to content

Commit 9dd208b

Browse files
committed
corrected tag format
1 parent fc4b826 commit 9dd208b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ target "search_batch_indexing" {
815815
"org.opencontainers.image.title" = "${PRODUCT_LINE} Community Search - Batch Indexing"
816816
"org.opencontainers.image.description" = "Alfresco Elasticsearch Community batch indexing connector"
817817
}
818-
tags = ["${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-elasticsearch-batch-indexing:${image_tag(\"alfresco-elasticsearch-batch-indexing\")}"]
818+
tags = ["${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-elasticsearch-batch-indexing:${image_tag("alfresco-elasticsearch-batch-indexing")}"]
819819
output = ["type=docker"]
820820
platforms = split(",", "${TARGETARCH}")
821821
}

0 commit comments

Comments
 (0)