Skip to content

Commit

Permalink
make, push: fix path to Containerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hiller <[email protected]>
  • Loading branch information
dhiller committed Dec 7, 2023
1 parent f3105a9 commit 811d631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-plugins/botreview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test:
$(bazelbin) test //external-plugins/botreview/...

push:
podman build -f ./images/botreview/Containerfile -t quay.io/kubevirtci/botreview:latest && podman push quay.io/kubevirtci/botreview:latest
podman build -f ../../images/botreview/Containerfile -t quay.io/kubevirtci/botreview:latest && podman push quay.io/kubevirtci/botreview:latest

0 comments on commit 811d631

Please sign in to comment.