Fix double tagging

This commit is contained in:
Aleksandar Puharic 2023-04-08 19:46:25 +02:00
parent e39555b0b1
commit 9a2794d584
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -135,7 +135,7 @@ target "6_1_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.1.1")
cache-to = get-cache-to("6.1.1")
tags = get-tags("6.1.1", ["6", "6.1"])
tags = get-tags("6.1.1", ["6.1"])
args = get-args("6.1.1")
}