Skip to content

Commit

Permalink
fix Dockerfile path
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Cainelli <[email protected]>
  • Loading branch information
cainelli committed Jul 2, 2024
1 parent a53e916 commit aecd30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v4
with:
pull: true
file: tools/router-check-tool/Dockerfile
file: cmd/istio-router-check/Dockerfile
context: .
push: true
tags: getyourguide/istio-router-check:release-1.22

0 comments on commit aecd30a

Please sign in to comment.