Skip to content

Commit

Permalink
Update image_build_push.yml
Browse files Browse the repository at this point in the history
re-add run on gis-based-mode-detection branch
  • Loading branch information
nataliejschultz authored May 9, 2024
1 parent f182790 commit f1869ab
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 ]
branches: [ master, gis-based-mode-detection ]

env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_FG_PAT_TAGS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{ matrix.repo }}/actions/workflows/image_build_push.yml/dispatches \
-d '{"ref":"master", "inputs": {"docker_image_tag" : "${{ env.DOCKER_IMAGE_TAG }}"}}'
-d '{"ref":"master", "inputs": {"docker_image_tag" : "${{ env.DOCKER_IMAGE_TAG }}"}}'

0 comments on commit f1869ab

Please sign in to comment.