Убран флаг разрешения возможных несекьюрных репозиториев

This commit is contained in:
Никита Сычев 2025-12-16 17:16:57 +03:00
parent b1a377d034
commit 9b134cebbf

View File

@ -34,7 +34,7 @@ target "image" {
}
platforms = ["linux/amd64"]
output = ["type=image,registry.insecure=true"]
output = ["type=image"]
attest = [
"type=sbom",
"type=provenance,mode=max"