Skip to content

Commit

Permalink
fixup tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 13, 2024
1 parent d04f437 commit 759cae1
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 @@ -493,7 +493,7 @@ target "connector_msteams" {
"org.opencontainers.image.title" = "${PRODUCT_LINE} Connector Microsoft Teams"
"org.opencontainers.image.description" = "Alfresco Connector Microsoft Teams"
}
tags = ["localhost/alfresco-ms-teams-service:latest"]
tags = ["${REGISTRY}/alfresco-ms-teams-service:${TAG}"]
output = ["type=docker"]
}

Expand Down Expand Up @@ -522,6 +522,6 @@ target "connector_ms365" {
"org.opencontainers.image.title" = "${PRODUCT_LINE} Microsoft 365 Connector"
"org.opencontainers.image.description" = "Alfresco Microsoft 365 Connector"
}
tags = ["localhost/alfresco-ooi-service:latest"]
tags = ["${REGISTRY}/alfresco-ooi-service:${TAG}"]
output = ["type=docker"]
}

0 comments on commit 759cae1

Please sign in to comment.