Remove version 6.3.3 as non-existent

This commit is contained in:
Aleksandar Puharic 2024-05-13 19:31:53 +02:00
parent 7511668511
commit 7368178d9c
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -6,7 +6,6 @@ group "default" {
"6_3_0",
"6_3_1",
"6_3_2",
"6_3_3",
"6_4_0",
"6_4_1",
"6_4_2",
@ -133,14 +132,6 @@ target "6_3_2" {
args = get-args("6.3.2", "6.3.0")
}
target "6_3_3" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.3.3")
cache-to = get-cache-to("6.3.3")
tags = get-tags("6.3.3", ["6.3"])
args = get-args("6.3.3", "6.3.0")
}
target "6_4_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.4.0")