diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 2a0c9f4..4b5b32d 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -14,7 +14,8 @@ group "default" { "6_2_1", "6_2_2", "6_3_0", - "6_3_1" + "6_3_1", + "6_3_2" ] } @@ -202,6 +203,14 @@ 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"]) + tags = get-tags("6.3.1", []) args = get-args("6.3.1", "6.3.0") } + +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"]) + args = get-args("6.3.2", "6.3.0") +}