Skip to content

Commit 71fea99

Browse files
committed
fix: correct image tag format in docker-bake configuration
1 parent 41342cf commit 71fea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ target "geonetwork" {
4141
inherits = ["_common"]
4242
context = "."
4343
dockerfile = "Dockerfile"
44-
tags = ["${REGISTRY_PREFIX}/geonetwork:${IMAGE_TAG}"]
44+
tags = ["${REGISTRY_PREFIX}:${IMAGE_TAG}"]
4545
}

0 commit comments

Comments
 (0)