From 0d3fbc09fcd0475105c047c3ed0d00ad47030f36 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Wed, 28 Dec 2022 05:51:14 +0530 Subject: [PATCH] fix: tests use erpnext images for ci --- tests/compose.ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/compose.ci.yaml b/tests/compose.ci.yaml index c7e168f9..c767b9da 100644 --- a/tests/compose.ci.yaml +++ b/tests/compose.ci.yaml @@ -1,24 +1,24 @@ services: configurator: - image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} backend: - image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} frontend: - image: localhost:5000/frappe/frappe-nginx:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION} websocket: image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION} queue-short: - image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} queue-default: - image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} queue-long: - image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} scheduler: - image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION} + image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}