Skip to content

Commit

Permalink
fix: correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Nov 4, 2024
1 parent de1600c commit 66dc569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
image: federated-benchmark:latest
image: ${{ github.repository_owner }}/federated-benchmark:latest
run: docker_benchmark.sh ${{ matrix.response }} ${{ matrix.service }}

0 comments on commit 66dc569

Please sign in to comment.