Skip to content

Commit 7b4d578

Browse files
committed
better
1 parent 8fe08d7 commit 7b4d578

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_docker_images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ 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 }}"
44+
echo "$CHANGED_FILES"
4345
for FILE in $CHANGED_FILES; do
4446
if [[ "$FILE" == docker/*Dockerfile ]]; then
4547
DOCKER_PATH="${FILE%/Dockerfile}"

0 commit comments

Comments
 (0)