ci: push base and build images

This commit is contained in:
Revant Nandgaonkar 2024-10-25 14:23:04 +05:30
parent 44a357f758
commit 59ae2cf548

View file

@ -59,7 +59,7 @@ target "bench-test" {
# Base for all other targets # Base for all other targets
group "default" { group "default" {
targets = ["erpnext"] targets = ["erpnext", "base", "build"]
} }
function "tag" { function "tag" {