Skip to content

Commit

Permalink
Container name
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jan 10, 2025
1 parent 4f9c9cc commit 223e5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_rstudio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/hubsingest_launch_rstudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 223e5b7

Please sign in to comment.