Skip to content

Commit

Permalink
chore: Update build workflow for Docker image push
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 28, 2024
1 parent 0440e34 commit f99a456
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
packages: write

steps:
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
gateway:
- 'modules/services/gateway/**'
- if: steps.changes.outputs.src == 'true'
run: echo 'Changes detected in gateway'

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f99a456

Please sign in to comment.