Skip to content

Commit

Permalink
Docker tags update - 7
Browse files Browse the repository at this point in the history
Trying another if condition syntax.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 27, 2024
1 parent fbf9624 commit de23b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:

fetch_tag:
if: ${{ github.event_name }} == workflow_dispatch
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit de23b70

Please sign in to comment.