From 1c093893269b2f5ffb61ae9a1b7796346322bedd Mon Sep 17 00:00:00 2001 From: "Mahadik, Mukul Chandrakant" Date: Wed, 14 Aug 2024 13:54:34 -0700 Subject: [PATCH] Testing if workflow dispatch works correctly with handling two artifacts in public-dash workflow The run did pass on the public-dash push event triggered in the public-dash repo: https://github.com/MukuFlash03/em-public-dashboard/actions/runs/10394748703 --- .github/workflows/image_build_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index 46a22b630..98c7ecbb0 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -2,7 +2,7 @@ name: docker image on: push: - branches: [ master, gis-based-mode-detection ] + branches: [ master, gis-based-mode-detection, cicd-test ] #Dockerhub credentials are set as environment variables env: @@ -61,7 +61,7 @@ jobs: strategy: matrix: - repo: ['e-mission/op-admin-dashboard', 'e-mission/em-public-dashboard'] + repo: ['MukuFlash03/op-admin-dashboard', 'MukuFlash03/em-public-dashboard'] steps: - uses: actions/checkout@v4