Skip to content

Commit

Permalink
fix paths filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
praxxus11 committed Aug 4, 2024
1 parent 8bcd93c commit 90aa187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
outputs:
gateway: ${{ steps.paths_filter.outputs.gateway }}
nginx: ${{ steps.paths_filter.outputs.nginx }}
steps:
steps:
- name: Check out repo.
uses: actions/checkout@v4
- name: Execute paths filter.
uses: dorny/paths-filter@v3
id: paths_filter
Expand Down

0 comments on commit 90aa187

Please sign in to comment.