From 91e784f977a4673a5334470f530a540200be5a65 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 20 Dec 2024 15:31:59 -0500 Subject: [PATCH] Replace cube-integration-action with ChRIS_ultron_backEnd --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c5b060..96f3fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: docker build -t localhost/fnndsc/pfcon . - - uses: FNNDSC/cube-integration-action@master + - uses: FNNDSC/ChRIS_ultron_backEnd@master env: PFCON_IMAGE: localhost/fnndsc/pfcon