Skip to content

Commit 7056cd9

Browse files
committed
update
1 parent 826f435 commit 7056cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docker_images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build Changed Docker Images
41+
env:
42+
CHANGED_FILES: "${{ steps.file_changes.outputs.all }}"
4143
run: |
42-
CHANGED_FILES="${{ steps.file_changes.outputs.all }}"
4344
for FILE in $CHANGED_FILES; do
4445
# skip anything that isn’t still on disk
4546
if [[ ! -f "$FILE" ]]; then

0 commit comments

Comments
 (0)