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 826f435 commit 7056cd9Copy full SHA for 7056cd9
.github/workflows/build_docker_images.yml
@@ -38,8 +38,9 @@ jobs:
38
token: ${{ secrets.GITHUB_TOKEN }}
39
40
- name: Build Changed Docker Images
41
+ env:
42
+ CHANGED_FILES: "${{ steps.file_changes.outputs.all }}"
43
run: |
- CHANGED_FILES="${{ steps.file_changes.outputs.all }}"
44
for FILE in $CHANGED_FILES; do
45
# skip anything that isn’t still on disk
46
if [[ ! -f "$FILE" ]]; then
0 commit comments