Skip to content

Commit

Permalink
Remove version 6.3.3 as non-existent
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed May 13, 2024
1 parent 7511668 commit 7368178
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ group "default" {
"6_3_0",
"6_3_1",
"6_3_2",
"6_3_3",
"6_4_0",
"6_4_1",
"6_4_2",
Expand Down Expand Up @@ -133,14 +132,6 @@ target "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.3"])
args = get-args("6.3.3", "6.3.0")
}

target "6_4_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.4.0")
Expand Down

0 comments on commit 7368178

Please sign in to comment.