|
|
@ -15,6 +15,8 @@ on:
|
|
|
|
value: ${{ jobs.detect.outputs.templates }}
|
|
|
|
value: ${{ jobs.detect.outputs.templates }}
|
|
|
|
docker:
|
|
|
|
docker:
|
|
|
|
value: ${{ jobs.detect.outputs.docker }}
|
|
|
|
value: ${{ jobs.detect.outputs.docker }}
|
|
|
|
|
|
|
|
swagger:
|
|
|
|
|
|
|
|
value: ${{ jobs.detect.outputs.swagger }}
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
detect:
|
|
|
|
detect:
|
|
|
@ -27,6 +29,7 @@ jobs:
|
|
|
|
actions: ${{ steps.changes.outputs.actions }}
|
|
|
|
actions: ${{ steps.changes.outputs.actions }}
|
|
|
|
templates: ${{ steps.changes.outputs.templates }}
|
|
|
|
templates: ${{ steps.changes.outputs.templates }}
|
|
|
|
docker: ${{ steps.changes.outputs.docker }}
|
|
|
|
docker: ${{ steps.changes.outputs.docker }}
|
|
|
|
|
|
|
|
swagger: ${{ steps.changes.outputs.swagger }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: dorny/paths-filter@v2
|
|
|
|
- uses: dorny/paths-filter@v2
|
|
|
@ -63,3 +66,6 @@ jobs:
|
|
|
|
- "Dockerfile.rootless"
|
|
|
|
- "Dockerfile.rootless"
|
|
|
|
- "docker/**"
|
|
|
|
- "docker/**"
|
|
|
|
- "Makefile"
|
|
|
|
- "Makefile"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
swagger:
|
|
|
|
|
|
|
|
- "templates/swagger/v1_json.tmpl"
|
|
|
|