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.
changed-files
1 parent c949dd2 commit 857e768Copy full SHA for 857e768
.github/workflows/build-image-test.yaml
@@ -41,11 +41,11 @@ jobs:
41
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
42
with:
43
files: |
44
- Dockerfile
45
.dockerignore
46
- tools/entrypoint.sh
47
.github/workflows/build-image-test.yaml
48
- tools/*.sh
+ Dockerfile
+ tools/entrypoint.sh
+ tools/install/*.sh
49
50
- name: Set IMAGE environment variable
51
if: steps.changed-files-specific.outputs.any_changed == 'true'
0 commit comments