diff --git a/.github/workflows/build_rstudio.yaml b/.github/workflows/build_rstudio.yaml index 2c6e399..cd4a22e 100644 --- a/.github/workflows/build_rstudio.yaml +++ b/.github/workflows/build_rstudio.yaml @@ -33,5 +33,5 @@ jobs: build-args: | BIOC_VERSION=${{ steps.version.outputs.BIOC_VERSION }} tags: | - ghcr.io/hubsingest/biocrstudio:${{ steps.version.outputs.BIOC_VERSION }} - ghcr.io/hubsingest/biocrstudio:latest + ghcr.io/bioconductor/hubsingestbiocrstudio:${{ steps.version.outputs.BIOC_VERSION }} + ghcr.io/bioconductor/hubsingestbiocrstudio:latest diff --git a/scripts/hubsingest_launch_rstudio.sh b/scripts/hubsingest_launch_rstudio.sh index b889534..0b9bf1b 100644 --- a/scripts/hubsingest_launch_rstudio.sh +++ b/scripts/hubsingest_launch_rstudio.sh @@ -35,7 +35,7 @@ spec: spec: containers: - name: rstudio - image: ghcr.io/hubsingest/biocrstudio:$BIOC_VERSION + image: ghcr.io/bioconductor/hubsingestbiocrstudio:$BIOC_VERSION ports: - containerPort: 8787 env: