Add WordPress 6.7.1

This commit is contained in:
2025-02-08 23:27:59 +01:00
parent fdbe04e587
commit b6eba6bf01
2 changed files with 22 additions and 4 deletions

View File

@@ -18,7 +18,8 @@ group "default" {
"6_6_0",
"6_6_1",
"6_6_2",
"6_7_0"
"6_7_0",
"6_7_1"
]
}
@@ -235,6 +236,14 @@ target "6_7_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.7.0")
cache-to = get-cache-to("6.7.0")
tags = get-tags("6.7.0", ["6", "6.7", "latest"])
tags = get-tags("6.7.0", [])
args = get-args("6.7.0")
}
target "6_7_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.7.1")
cache-to = get-cache-to("6.7.1")
tags = get-tags("6.7.1", ["6", "6.7", "latest"])
args = get-args("6.7.1")
}

View File

@@ -18,7 +18,8 @@ group "default" {
"6_6_0",
"6_6_1",
"6_6_2",
"6_7_0"
"6_7_0",
"6_7_1"
]
}
@@ -236,6 +237,14 @@ target "6_7_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.7.0")
cache-to = get-cache-to("6.7.0")
tags = get-tags("6.7.0", ["6", "6.7", "latest"])
tags = get-tags("6.7.0", [])
args = get-args("6.7.0", "6.5.0")
}
target "6_7_1" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.7.1")
cache-to = get-cache-to("6.7.1")
tags = get-tags("6.7.1", ["6", "6.7", "latest"])
args = get-args("6.7.1", "6.5.0")
}