Skip to content

Commit

Permalink
Update WordPress 6.3.0 -> 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 22, 2023
1 parent 9f82dcf commit 4543c24
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ group "default" {
"6_2_0",
"6_2_1",
"6_2_2",
"6_3_0"
"6_3_0",
"6_3_1"
]
}

Expand Down Expand Up @@ -193,6 +194,14 @@ target "6_3_0" {
inherits = ["build-dockerfile", "build-platforms", "build-common"]
cache-from = get-cache-from("6.3.0")
cache-to = get-cache-to("6.3.0")
tags = get-tags("6.3.0", ["6", "6.3", "latest"])
tags = get-tags("6.3.0", [])
args = get-args("6.3.0", "6.3.0")
}

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"])
args = get-args("6.3.1", "6.3.0")
}

0 comments on commit 4543c24

Please sign in to comment.