From 912b0e666c7b2514700936052249611a57fa66ff Mon Sep 17 00:00:00 2001 From: xZero707 Date: Fri, 15 Aug 2025 18:28:18 +0200 Subject: [PATCH] Update WordPress 6.7.2 -> 6.8.0 --- 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 63bd887..e11e7b7 100644 --- a/build/docker-bake-cron.hcl +++ b/build/docker-bake-cron.hcl @@ -20,7 +20,8 @@ group "default" { "6_6_2", "6_7_0", "6_7_1", - "6_7_2" + "6_7_2", + "6_8_0" ] } @@ -253,6 +254,14 @@ target "6_7_2" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("6.7.2") cache-to = get-cache-to("6.7.2") - tags = get-tags("6.7.2", ["6", "6.7", "latest"]) + tags = get-tags("6.7.2", ["6.7"]) args = get-args("6.7.2") +} + +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"]) + args = get-args("6.8.0") } \ No newline at end of file diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 11490aa..60417cd 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -20,7 +20,8 @@ group "default" { "6_6_2", "6_7_0", "6_7_1", - "6_7_2" + "6_7_2", + "6_8_0" ] } @@ -253,6 +254,14 @@ target "6_7_2" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("6.7.2") cache-to = get-cache-to("6.7.2") - tags = get-tags("6.7.2", ["6", "6.7", "latest"]) + tags = get-tags("6.7.2", ["6.7"]) args = get-args("6.7.2", "6.5.0") } + +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"]) + args = get-args("6.8.0", "6.5.0") +}