Skip to content

Commit

Permalink
fix: Updated workflow (#1540)
Browse files Browse the repository at this point in the history
Co-authored-by: Roopan P M <[email protected]>
  • Loading branch information
AjitPadhi-Microsoft and Roopan-Microsoft authored Nov 27, 2024
1 parent e4dd5f2 commit 88d06dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: true
type: string
branch:
required: false
required: true
type: string
push:
required: true
Expand All @@ -31,7 +31,11 @@ jobs:
docker-build:
runs-on: ubuntu-latest
steps:

- name: Print target branch detail
run: |
echo "Target branch:" ${{ inputs.branch }}
echo "Target branch status:" ${{ inputs.push }}
echo "Target registry status:" ${{ inputs.registry }}
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 88d06dc

Please sign in to comment.