From 81ba8d57c460fba2b792c71392dd33448e716d24 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Fri, 20 Sep 2024 09:52:05 +0100 Subject: [PATCH] Fix Nix build path in benchmarks --- .github/workflows/benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |