Skip to content

Commit

Permalink
Docker tags update - 2
Browse files Browse the repository at this point in the history
Failed workflow due to invalid syntax in the if condition.
Fixing by removing double quotes.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 27, 2024
1 parent fd014cc commit 7838dc6
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 7838dc6

Please sign in to comment.