Skip to content

Commit

Permalink
Issue #3654: the hopefully correct key is 'base', not 'path'
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 1, 2024
1 parent 1f29c9c commit b2a16ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: dorny/paths-filter@v3
id: changes
with:
path: "${{ github.ref_name }}" # e.g rel-10_0
base: "${{ github.ref_name }}" # e.g rel-10_0
filters: |
context:
- '${{ matrix.context }}/**'
Expand Down

0 comments on commit b2a16ff

Please sign in to comment.