From 5ea5982b40247287dfa8fdac0e8b4db5ae4d01fe Mon Sep 17 00:00:00 2001 From: sarthakpati Date: Tue, 18 Jul 2023 08:21:32 -0400 Subject: [PATCH] fixed path --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 745e3e50..c6763ea6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -119,7 +119,7 @@ jobs: # Run a tag we generated from the metadata extraction above -- they're all the same image, but echo it regardless just so we know. run: | docker run --rm ghcr.io/fets-ai/front-end:latest -h - docker run --entrypoint /Front-End/bin/install/appdir/usr/bin/venv/bin/BraTSPipeline ghcr.io/fets-ai/front-end:latest -h + docker run --entrypoint /Front-End/bin/install/appdir/usr/bin/BraTSPipeline ghcr.io/fets-ai/front-end:latest -h # Push Docker image with Buildx (but don't push on PR) # https://github.com/docker/build-push-action