Skip to content

Commit aaaf0e6

Browse files
committed
use 4.6 amdtag
1 parent e68facd commit aaaf0e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_containers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
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'}
28+
- {image: 'rocker/r-ver', amdtag: '4.6', outname: 'r-ver'}
29+
- {image: 'rocker/rstudio', amdtag: '4.6', outname: 'bioconductor_docker'}
30+
- {image: 'rocker/tidyverse', amdtag: '4.6', outname: 'tidyverse'}
3131
- {image: 'ghcr.io/bioconductor/rocker-shiny', amdtag: 'devel-amd64', outname: 'shiny'}
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)