Skip to content

Commit

Permalink
Merge pull request #17 from AjitPadhi-Microsoft/dev-test
Browse files Browse the repository at this point in the history
updated workflow
  • Loading branch information
AjitPadhi-Microsoft authored Dec 6, 2024
2 parents b28db52 + 4f1a53a commit 755cabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
echo "${{ inputs.push }}"
echo "${{ github.ref }}"
echo "branch tag ${{ inputs.app_name}}:${{ github.ref_name == 'main' && 'latest' || github.ref_name == 'dev' && 'dev' || github.ref_name == 'demo' && 'demo' || 'latest' }}"
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 755cabc

Please sign in to comment.