Skip to content

Commit

Permalink
Update image_build_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 28, 2024
1 parent a03cc74 commit 0c52a73
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 @@ -8,6 +8,6 @@ jobs:
build:
uses: MukuFlash03/e-mission-server/.github/workflows/reusable_image_build_push.yml@cleanup-cicd
with:
repo: ${GITHUB_REPOSITORY#*/}
branch: ${GITHUB_REF##*/}
repo: ${{ github.event.repository.name }}
branch: ${{ github.ref_name }}
secrets: inherit

0 comments on commit 0c52a73

Please sign in to comment.