From f9fe481cc68f986af102595963a9589fa074b2c3 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:42:52 +0500 Subject: [PATCH] chore: updated docker-compose to use image --- .github/docker-compose-github.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/docker-compose-github.yml b/.github/docker-compose-github.yml index 88496643d..3a7073814 100644 --- a/.github/docker-compose-github.yml +++ b/.github/docker-compose-github.yml @@ -14,11 +14,7 @@ services: insights: # Use this image once the Python version upgrade is complete # image: edxops/insights:latest - build: - context: ../. - target: dev - args: - PYTHON_VERSION: "${PYTHON_VERSION}" + image: edxops/edx-analytics-dashboard-dev:latest container_name: insights_testing volumes: - ..:/edx/app/insights/edx_analytics_dashboard