From 29e5cef77fb0293da22a12ac075ed9ec8ccee7f8 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 12 May 2024 23:31:39 +0200 Subject: [PATCH] Add rest of 6.4.x versions --- build/docker-bake.hcl | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 13c1a92..c6fa56c 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -17,7 +17,10 @@ group "default" { "6_3_1", "6_3_2", "6_3_3", - "6_4_0" + "6_4_0", + "6_4_1", + "6_4_2", + "6_4_3" ] } @@ -229,6 +232,30 @@ target "6_4_0" { inherits = ["build-dockerfile", "build-platforms", "build-common"] cache-from = get-cache-from("6.4.0") cache-to = get-cache-to("6.4.0") - tags = get-tags("6.4.0", ["6", "6.4", "latest"]) + tags = get-tags("6.4.0", []) args = get-args("6.4.0", "6.4.0") +} + +target "6_4_1" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.4.1") + cache-to = get-cache-to("6.4.1") + tags = get-tags("6.4.1", []) + args = get-args("6.4.1", "6.4.0") +} + +target "6_4_2" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.4.2") + cache-to = get-cache-to("6.4.2") + tags = get-tags("6.4.2", []) + args = get-args("6.4.2", "6.4.0") +} + +target "6_4_3" { + inherits = ["build-dockerfile", "build-platforms", "build-common"] + cache-from = get-cache-from("6.4.3") + cache-to = get-cache-to("6.4.3") + tags = get-tags("6.4.3", ["6", "6.4", "latest"]) + args = get-args("6.4.3", "6.4.0") } \ No newline at end of file