We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68facd commit aaaf0e6Copy full SHA for aaaf0e6
1 file changed
.github/workflows/build_containers.yaml
@@ -25,9 +25,9 @@ jobs:
25
fail-fast: false
26
matrix:
27
base:
28
- - {image: 'rocker/r-ver', amdtag: '4.6.0', outname: 'r-ver'}
29
- - {image: 'rocker/rstudio', amdtag: '4.6.0', outname: 'bioconductor_docker'}
30
- - {image: 'rocker/tidyverse', amdtag: '4.6.0', outname: 'tidyverse'}
+ - {image: 'rocker/r-ver', amdtag: '4.6', outname: 'r-ver'}
+ - {image: 'rocker/rstudio', amdtag: '4.6', outname: 'bioconductor_docker'}
+ - {image: 'rocker/tidyverse', amdtag: '4.6', outname: 'tidyverse'}
31
- {image: 'ghcr.io/bioconductor/rocker-shiny', amdtag: 'devel-amd64', outname: 'shiny'}
32
steps:
33
- uses: actions/checkout@v4
0 commit comments