mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 09:02:13 +00:00
Rename bench-build
target to bench
in bake file
This commit is contained in:
parent
e665b014ca
commit
085ca1e5d5
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||||
with:
|
with:
|
||||||
files: docker-bake.hcl
|
files: docker-bake.hcl
|
||||||
targets: bench-build
|
targets: bench
|
||||||
push: true
|
push: true
|
||||||
|
|
||||||
build_main:
|
build_main:
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
# Bench images
|
# Bench images
|
||||||
|
|
||||||
target "bench-build" {
|
target "bench" {
|
||||||
tags = ["frappe/bench:latest"]
|
tags = ["frappe/bench:latest"]
|
||||||
dockerfile = "build/bench/Dockerfile"
|
dockerfile = "build/bench/Dockerfile"
|
||||||
target = "build"
|
target = "build"
|
||||||
}
|
}
|
||||||
|
|
||||||
target "bench-test" {
|
target "bench-test" {
|
||||||
inherits = ["bench-build"]
|
inherits = ["bench"]
|
||||||
target = "test"
|
target = "test"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user