Skip to content

Commit

Permalink
Testing if workflow dispatch works correctly with handling two artifa…
Browse files Browse the repository at this point in the history
…cts 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
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Aug 14, 2024
1 parent f65f94c commit 1c09389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c09389

Please sign in to comment.