diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index cb4ba19..576d668 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -22,7 +22,7 @@ jobs: - name: Build the Docker image 🔨 run: | - docker load < $(nix build --no-link --print-out-paths '.#ndc-postgres-docker') + docker load < $(nix build --no-link --print-out-paths '.#docker') - name: Start dependencies ▶️ run: |