2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00

ci: tag frappe/bench:latest (#1191)

This commit is contained in:
Revant Nandgaonkar 2023-07-24 16:57:39 +05:30 committed by GitHub
parent 7d1d9b17fd
commit cf6bb37648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,10 @@ target "bench" {
}
context = "images/bench"
target = "bench"
tags = ["frappe/bench:${LATEST_BENCH_RELEASE}"]
tags = [
"frappe/bench:${LATEST_BENCH_RELEASE}",
"frappe/bench:latest",
]
}
target "bench-test" {