From 418fa587cab90fc79b9e7002abf5671e92df7dc4 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Fri, 6 Sep 2024 12:28:01 +0500 Subject: [PATCH] perf: removed pull request trigger for image build workflow --- .github/workflows/push-registrar-image.yml | 6 +----- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push-registrar-image.yml b/.github/workflows/push-registrar-image.yml index 106c7eb7fa..e4e279aafe 100644 --- a/.github/workflows/push-registrar-image.yml +++ b/.github/workflows/push-registrar-image.yml @@ -1,11 +1,7 @@ name: Build and Push Docker Images on: - workflow_call: - - pull_request: - branches: - - '**' + workflow_dispatch: schedule: - cron: "0 4 * * *" diff --git a/docker-compose.yml b/docker-compose.yml index fab34c7932..634d87041e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -535,7 +535,7 @@ services: CELERY_BROKER_PASSWORD: password DJANGO_WATCHMAN_TIMEOUT: 30 ANALYTICS_DASHBOARD_CFG: /edx/etc/registrar.yml - image: edxops/registrar-devstack-dev + image: edxops/registrar-devstack-dev:${OPENEDX_RELEASE:-latest} working_dir: /edx/app/registrar networks: default: