Skip to content

Commit

Permalink
Fix incorrect cache tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Aug 6, 2023
1 parent 8c9ccd4 commit e185688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ target "3_17" {

target "3_18" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("3.19")
cache-from = get-cache-from("3.18")
cache-to = get-cache-to("3.18")
tags = get-tags("3.18", ["3", "latest"])
args = get-args("3.18")
Expand Down

0 comments on commit e185688

Please sign in to comment.