diff --git a/.github/workflows/base-images.yml b/.github/workflows/base-images.yml index 7d6f2b238..6152e1c56 100644 --- a/.github/workflows/base-images.yml +++ b/.github/workflows/base-images.yml @@ -28,6 +28,11 @@ on: paths: - 'backend/Dockerfile.base-grpc-builder' - '.github/workflows/base-images.yml' + # The install logic and apt-mirror helper are bind-mounted into + # Dockerfile.base-grpc-builder at build time — changes to either + # affect the produced base images and must trigger a rebuild. + - '.docker/install-base-deps.sh' + - '.docker/apt-mirror.sh' concurrency: group: ci-base-images-${{ github.event.pull_request.number || github.sha }}-${{ github.repository }}