Skip to content

Commit

Permalink
Testing workflows with compose
Browse files Browse the repository at this point in the history
Had to revert some changes but need to test the functionality of docker compose
  • Loading branch information
nataliejschultz committed May 26, 2024
1 parent e6b388b commit bb03c42
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, consolidate_differences ]

env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
Expand Down Expand Up @@ -60,7 +60,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 bb03c42

Please sign in to comment.