Isolated
Run every stage in an isolated Dagger environment, even locally, with each stage receiving only the secrets it is allowed to use.
Dagger module for Rush monorepos
A focused CI delivery layer for Rush monorepos. Detect affected targets, build, package, and deploy with Dagger while project behavior stays in metadata.
uses: BootstrapLaboratory/rush-delivery@v0.3.4
with:
dry-run: "false"
toolchain-image-provider: github
rush-cache-provider: github
runtime-file-map: |
${{ steps.auth.outputs.credentials_file_path }}=>gcp-credentials.json
deploy-env: |
GCP_PROJECT_ID=${{ vars.GCP_PROJECT_ID }}Run every stage in an isolated Dagger environment, even locally, with each stage receiving only the secrets it is allowed to use.
Call the same workflow from local development, other CI providers, or deeper stage-level debugging.
Manage the full CI cycle from changed-target detection through validation, build, package, release, and deployment.