Skip to content

Commit

Permalink
update if
Browse files Browse the repository at this point in the history
  • Loading branch information
Haidong Yi committed Aug 23, 2024
1 parent 58edbe7 commit 87ebd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
- name: Build and push Docker image
if: ${{ ${{ steps.files_changed.outputs.changed }} == 'true' }}
if: ${{ steps.files_changed.outputs.changed == 'true' }}
uses: docker/build-push-action@v4
with:
context: ${{ matrix.app }}
Expand Down

0 comments on commit 87ebd78

Please sign in to comment.