From 21370c46a83765ab7a0a9caa6a65aea71f77312c Mon Sep 17 00:00:00 2001 From: koneill Date: Thu, 5 Sep 2024 14:21:42 -0700 Subject: [PATCH] correct docker container addresses --- .github/workflows/renderNotebooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renderNotebooks.yaml b/.github/workflows/renderNotebooks.yaml index 8c2775a..da1b4ec 100644 --- a/.github/workflows/renderNotebooks.yaml +++ b/.github/workflows/renderNotebooks.yaml @@ -66,7 +66,7 @@ jobs: if: steps.check_rmd_files.outputs.has_changed == 'true' uses: addnab/docker-run-action@v3 with: - image: ${{ steps.meta_rmd.outputs.tags }} + image: bcgsc/long-pog-rmd:${{ steps.meta_rmd.outputs.tags }} options: | -v ${{ github.workspace }}:/workspace \ -v /tmp/cache:/root/.cache \ @@ -138,7 +138,7 @@ jobs: if: steps.check_ipynb_files.outputs.has_changed == 'true' uses: addnab/docker-run-action@v3 with: - image: ${{ steps.meta_jupyter.outputs.tags }} + image: bcgsc/long-pog-jupyter:${{ steps.meta_jupyter.outputs.tags }} options: | -v ${{ github.workspace }}:/workspace \ -v /tmp/cache:/root/.cache \