Update WordPress 6.3.3 -> 6.4.0

This commit is contained in:
Aleksandar Puharic 2024-05-12 22:48:35 +02:00
parent 68cc36b40c
commit 86700bf5c4
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -16,7 +16,8 @@ group "default" {
"6_3_0",
"6_3_1",
"6_3_2",
"6_3_3"
"6_3_3",
"6_4_0"
]
}
@ -220,6 +221,14 @@ 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", "6.3", "latest"])
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")
cache-to = get-cache-to("6.4.0")
tags = get-tags("6.4.0", ["6", "6.4", "latest"])
args = get-args("6.4.0", "6.3.0")
}