mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-08 02:21:32 +01:00
Update WordPress 6.8.0 -> 6.8.1
This commit is contained in:
@@ -21,7 +21,8 @@ group "default" {
|
|||||||
"6_7_0",
|
"6_7_0",
|
||||||
"6_7_1",
|
"6_7_1",
|
||||||
"6_7_2",
|
"6_7_2",
|
||||||
"6_8_0"
|
"6_8_0",
|
||||||
|
"6_8_1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -262,6 +263,14 @@ target "6_8_0" {
|
|||||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
cache-from = get-cache-from("6.8.0")
|
cache-from = get-cache-from("6.8.0")
|
||||||
cache-to = get-cache-to("6.8.0")
|
cache-to = get-cache-to("6.8.0")
|
||||||
tags = get-tags("6.8.0", ["6", "6.8", "latest"])
|
tags = get-tags("6.8.0", [])
|
||||||
args = get-args("6.8.0")
|
args = get-args("6.8.0")
|
||||||
|
}
|
||||||
|
|
||||||
|
target "6_8_1" {
|
||||||
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
|
cache-from = get-cache-from("6.8.1")
|
||||||
|
cache-to = get-cache-to("6.8.1")
|
||||||
|
tags = get-tags("6.8.1", ["6", "6.8", "latest"])
|
||||||
|
args = get-args("6.8.1")
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,8 @@ group "default" {
|
|||||||
"6_7_0",
|
"6_7_0",
|
||||||
"6_7_1",
|
"6_7_1",
|
||||||
"6_7_2",
|
"6_7_2",
|
||||||
"6_8_0"
|
"6_8_0",
|
||||||
|
"6_8_1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -262,6 +263,15 @@ target "6_8_0" {
|
|||||||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
cache-from = get-cache-from("6.8.0")
|
cache-from = get-cache-from("6.8.0")
|
||||||
cache-to = get-cache-to("6.8.0")
|
cache-to = get-cache-to("6.8.0")
|
||||||
tags = get-tags("6.8.0", ["6", "6.8", "latest"])
|
tags = get-tags("6.8.0", [])
|
||||||
args = get-args("6.8.0", "6.5.0")
|
args = get-args("6.8.0", "6.5.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
target "6_8_1" {
|
||||||
|
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||||
|
cache-from = get-cache-from("6.8.1")
|
||||||
|
cache-to = get-cache-to("6.8.1")
|
||||||
|
tags = get-tags("6.8.1", ["6", "6.8", "latest"])
|
||||||
|
args = get-args("6.8.1", "6.5.0")
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user