mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Update WordPress 6.3.2 -> 6.3.3
This commit is contained in:
parent
7a03849aed
commit
68cc36b40c
|
@ -15,7 +15,8 @@ group "default" {
|
|||
"6_2_2",
|
||||
"6_3_0",
|
||||
"6_3_1",
|
||||
"6_3_2"
|
||||
"6_3_2",
|
||||
"6_3_3"
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -211,6 +212,14 @@ target "6_3_2" {
|
|||
inherits = ["build-dockerfile", "build-platforms", "build-common"]
|
||||
cache-from = get-cache-from("6.3.2")
|
||||
cache-to = get-cache-to("6.3.2")
|
||||
tags = get-tags("6.3.2", ["6", "6.3", "latest"])
|
||||
tags = get-tags("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", "6.3", "latest"])
|
||||
args = get-args("6.3.3", "6.3.0")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user