Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Oct 30, 2023
1 parent e52ccc5 commit 8c1169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Evaluate PUSH_IMAGE
id: eval_push_image
run: |
if [[ "${{ github.event_name }}" == "push"]]; then
if [[ "${{ github.event_name }}" == "push" ]]; then
PUSH_IMAGE=true
else
PUSH_IMAGE=false
Expand Down

0 comments on commit 8c1169a

Please sign in to comment.