diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 290cafe28..97cebf30c 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -65,7 +65,7 @@ jobs: fi # Build local Docker image if setup scripts were changed. # Useful for pull requests submitting changes for both build environment and packages. - if grep -qP '^scripts/(Dockerfile|setup-ubuntu\.sh)$' <<< "$CHANGED_FILES"; then + if grep -qP '^scripts/(Dockerfile|setup-android-sdk\.sh|setup-ubuntu\.sh)$' <<< "$CHANGED_FILES"; then echo "Detected changes for environment setup scripts. Building custom Docker image now." cd ./scripts docker build -t termux/package-builder:latest .