From 0e38adade4d5cff7a84cd369cc6e4634c8788d7f Mon Sep 17 00:00:00 2001 From: xZero707 Date: Fri, 15 Aug 2025 18:32:32 +0200 Subject: [PATCH] Update WordPress 6.8.0 -> 6.8.1 --- build/docker-bake-cron.hcl | 13 +++++++++++-- build/docker-bake.hcl | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/build/docker-bake-cron.hcl b/build/docker-bake-cron.hcl index e11e7b7..4806bde 100644 --- a/build/docker-bake-cron.hcl +++ b/build/docker-bake-cron.hcl @@ -21,7 +21,8 @@ group "default" { "6_7_0", "6_7_1", "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"] cache-from = get-cache-from("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") +} + +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") } \ No newline at end of file diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 60417cd..21af265 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -21,7 +21,8 @@ group "default" { "6_7_0", "6_7_1", "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"] cache-from = get-cache-from("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") } + +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") +} +