We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf8800 commit ba68446Copy full SHA for ba68446
.github/workflows/build.yml
@@ -19,7 +19,12 @@ jobs:
19
- uses: dorny/[email protected]
20
id: filter
21
with:
22
- filters: '.github/filters.yml'
+ filters: |
23
+ main_image_files:
24
+ - 'Dockerfile'
25
+ - 'root/**'
26
+ minimal_image_files:
27
+ - 'minimal/**'
28
29
build:
30
runs-on: ubuntu-latest
.github/workflows/octoprint-release.yml
@@ -22,7 +22,12 @@ jobs:
if: ${{ github.event_name == 'push'}}
31
32
release:
33
0 commit comments