From 4543c24b1eee97e0476a344bcb9719c5c8f22fa8 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Fri, 22 Sep 2023 21:18:23 +0200 Subject: [PATCH] Update WordPress 6.3.0 -> 6.3.1 --- build/docker-bake.hcl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index deb4fe9..2a0c9f4 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -13,7 +13,8 @@ group "default" { "6_2_0", "6_2_1", "6_2_2", - "6_3_0" + "6_3_0", + "6_3_1" ] } @@ -193,6 +194,14 @@ target "6_3_0" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("6.3.0") cache-to = get-cache-to("6.3.0") - tags = get-tags("6.3.0", ["6", "6.3", "latest"]) + tags = get-tags("6.3.0", []) args = get-args("6.3.0", "6.3.0") } + +target "6_3_1" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.3.1") + cache-to = get-cache-to("6.3.1") + tags = get-tags("6.3.1", ["6", "6.3", "latest"]) + args = get-args("6.3.1", "6.3.0") +}