Skip to content

Commit

Permalink
fix: update filters to match build and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Apr 11, 2024
1 parent 25d0ae9 commit 59dbf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
id: filter
with:
filters: |
images/cloud_asset_inventory/cloudquery: 'images/cloud_asset_inventory/cloudquery/**'
images/csp_violation_report_service: 'images/csp_violation_report_service/**'
cloud_asset_inventory/cloudquery: 'images/cloud_asset_inventory/cloudquery/**'
csp_violation_report_service: 'images/csp_violation_report_service/**'
build:
if: needs.changes.outputs.images != '[]'
Expand Down

0 comments on commit 59dbf9b

Please sign in to comment.