From 435e0f462b7ef8544bb414e4adb23a91d5671c7f Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Tue, 14 Dec 2021 15:37:32 +0300 Subject: [PATCH] Fix image name in CI --- tests/compose.ci-erpnext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compose.ci-erpnext.yml b/tests/compose.ci-erpnext.yml index 8a7eaef4..773ea9c1 100644 --- a/tests/compose.ci-erpnext.yml +++ b/tests/compose.ci-erpnext.yml @@ -5,7 +5,7 @@ services: image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} frontend: - image: localhost:5000/frappe/erpnext-frontend:${ERPNEXT_VERSION} + image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION} websocket: image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}