From 68cc36b40c3c7993a5f7a63772da5fb8ec43cf86 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 12 May 2024 22:46:56 +0200 Subject: [PATCH] Update WordPress 6.3.2 -> 6.3.3 --- 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 4b5b32d..195bcbf 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -15,7 +15,8 @@ group "default" { "6_2_2", "6_3_0", "6_3_1", - "6_3_2" + "6_3_2", + "6_3_3" ] } @@ -211,6 +212,14 @@ target "6_3_2" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("6.3.2") cache-to = get-cache-to("6.3.2") - tags = get-tags("6.3.2", ["6", "6.3", "latest"]) + tags = get-tags("6.3.2", []) args = get-args("6.3.2", "6.3.0") } + +target "6_3_3" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.3.3") + cache-to = get-cache-to("6.3.3") + tags = get-tags("6.3.3", ["6", "6.3", "latest"]) + args = get-args("6.3.3", "6.3.0") +}