mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
ci: tag frappe/bench:latest (#1191)
This commit is contained in:
parent
7d1d9b17fd
commit
cf6bb37648
1 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,10 @@ target "bench" {
|
||||||
}
|
}
|
||||||
context = "images/bench"
|
context = "images/bench"
|
||||||
target = "bench"
|
target = "bench"
|
||||||
tags = ["frappe/bench:${LATEST_BENCH_RELEASE}"]
|
tags = [
|
||||||
|
"frappe/bench:${LATEST_BENCH_RELEASE}",
|
||||||
|
"frappe/bench:latest",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "bench-test" {
|
target "bench-test" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue