diff --git a/.github/workflows/build_develop.yml b/.github/workflows/build_develop.yml index 3e3cc9a1..26d840e5 100644 --- a/.github/workflows/build_develop.yml +++ b/.github/workflows/build_develop.yml @@ -51,7 +51,7 @@ jobs: if: env.IS_AUTHORIZED_RUN == 'true' with: files: docker-bake.hcl - targets: bench-build + targets: bench push: true build_main: diff --git a/docker-bake.hcl b/docker-bake.hcl index 39379284..15665d6a 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -4,14 +4,14 @@ # Bench images -target "bench-build" { +target "bench" { tags = ["frappe/bench:latest"] dockerfile = "build/bench/Dockerfile" target = "build" } target "bench-test" { - inherits = ["bench-build"] + inherits = ["bench"] target = "test" }