mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-02-17 09:37:54 +01:00
Remove version 6.3.3 as non-existent
This commit is contained in:
parent
7511668511
commit
7368178d9c
|
@ -6,7 +6,6 @@ group "default" {
|
||||||
"6_3_0",
|
"6_3_0",
|
||||||
"6_3_1",
|
"6_3_1",
|
||||||
"6_3_2",
|
"6_3_2",
|
||||||
"6_3_3",
|
|
||||||
"6_4_0",
|
"6_4_0",
|
||||||
"6_4_1",
|
"6_4_1",
|
||||||
"6_4_2",
|
"6_4_2",
|
||||||
|
@ -133,14 +132,6 @@ target "6_3_2" {
|
||||||
args = get-args("6.3.2", "6.3.0")
|
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" {
|
target "6_4_0" {
|
||||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
cache-from = get-cache-from("6.4.0")
|
cache-from = get-cache-from("6.4.0")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user