Update Docker bake target name and registry tag

This commit is contained in:
2026-05-04 07:47:35 +02:00
parent bf35cced8c
commit ccba3f5b06

View File

@@ -1,6 +1,5 @@
target "openldap" {
target "default" {
context = "."
dockerfile = "Dockerfile"
tags = ["openldap:latest"]
tags = ["registry.koszewscy.waw.pl/openldap:latest"]
}