Skip to content

Commit accab40

Browse files
authored
Replace rocker/shiny image with bioconductor version
1 parent f1a7216 commit accab40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- {image: 'rocker/r-ver', amdtag: 'devel', outname: 'r-ver'}
2121
- {image: 'rocker/rstudio', amdtag: 'devel', outname: 'bioconductor_docker'}
2222
- {image: 'rocker/tidyverse', amdtag: 'devel', outname: 'tidyverse'}
23-
- {image: 'rocker/shiny', amdtag: 'devel', outname: 'shiny'}
23+
- {image: 'ghcr.io/bioconductor/rocker-shiny', amdtag: 'devel-amd64', outname: 'shiny'}
2424
# - {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'}
2525
# - {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml'}
2626
# - {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse'}
@@ -175,7 +175,7 @@ jobs:
175175
- {image: 'rocker/r-ver', amdtag: 'devel', outname: 'r-ver', platforms: 'amd64,arm64'}
176176
- {image: 'rocker/rstudio', amdtag: 'devel', outname: 'bioconductor_docker', platforms: 'amd64,arm64'}
177177
- {image: 'rocker/tidyverse', amdtag: 'devel', outname: 'tidyverse', platforms: 'amd64'}
178-
- {image: 'rocker/shiny', amdtag: 'devel', outname: 'shiny', platforms: 'amd64'}
178+
- {image: 'ghcr.io/bioconductor/rocker-shiny', amdtag: 'devel-amd64', outname: 'shiny', platforms: 'amd64'}
179179
#- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda', platforms: 'amd64'}
180180
#- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml', platforms: 'amd64'}
181181
#- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse', platforms: 'amd64'}

0 commit comments

Comments
 (0)