Skip to content

Commit

Permalink
Fix Nix build path in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Sep 20, 2024
1 parent 3633fd9 commit 81ba8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 81ba8d5

Please sign in to comment.