Skip to content

Commit 857e768

Browse files
committed
fix(docker image build): Point changed-files step to correct scripts dir (and sort list)
1 parent c949dd2 commit 857e768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
4242
with:
4343
files: |
44-
Dockerfile
4544
.dockerignore
46-
tools/entrypoint.sh
4745
.github/workflows/build-image-test.yaml
48-
tools/*.sh
46+
Dockerfile
47+
tools/entrypoint.sh
48+
tools/install/*.sh
4949
5050
- name: Set IMAGE environment variable
5151
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)