From bca1e03d5907932dfffd813fc71c0f009d3ee669 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Fri, 15 Aug 2025 18:36:17 +0200 Subject: [PATCH] Update WordPress 6.8.1 -> 6.8.2 --- build/docker-bake-cron.hcl | 13 +++++++++++-- build/docker-bake.hcl | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/build/docker-bake-cron.hcl b/build/docker-bake-cron.hcl index 4806bde..a4b4b3d 100644 --- a/build/docker-bake-cron.hcl +++ b/build/docker-bake-cron.hcl @@ -22,7 +22,8 @@ group "default" { "6_7_1", "6_7_2", "6_8_0", - "6_8_1" + "6_8_1", + "6_8_2" ] } @@ -271,6 +272,14 @@ 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"]) + tags = get-tags("6.8.1", []) args = get-args("6.8.1") +} + +target "6_8_2" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.8.2") + cache-to = get-cache-to("6.8.2") + tags = get-tags("6.8.2", ["6", "6.8", "latest"]) + args = get-args("6.8.2") } \ No newline at end of file diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 21af265..83cf8fa 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -22,7 +22,8 @@ group "default" { "6_7_1", "6_7_2", "6_8_0", - "6_8_1" + "6_8_1", + "6_8_2" ] } @@ -271,7 +272,15 @@ 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"]) + tags = get-tags("6.8.1", []) args = get-args("6.8.1", "6.5.0") } +target "6_8_2" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.8.2") + cache-to = get-cache-to("6.8.2") + tags = get-tags("6.8.2", ["6", "6.8", "latest"]) + args = get-args("6.8.2", "6.5.0") +} +