Skip to content

Commit

Permalink
Pin 3.18 to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Oct 21, 2023
1 parent 5bdd4aa commit 705c988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fail-fast: false
matrix:
base:
- {image: 'ghcr.io/bioconductor/rocker-r-ver', amdtag: 'devel-amd64', armtag: 'devel-arm64', outname: 'r-ver'}
- {image: 'ghcr.io/bioconductor/rocker-rstudio', amdtag: 'devel-amd64', armtag: 'devel-arm64', outname: 'bioconductor_docker'}
- {image: 'ghcr.io/bioconductor/rocker-tidyverse', amdtag: 'devel-amd64', armtag: 'N/A', outname: 'tidyverse'}
- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', armtag: 'N/A', outname: 'ml-verse'}
- {image: 'rocker/r-ver', amdtag: '4.3.1', armtag: '4.3.1', outname: 'r-ver'}
- {image: 'rocker/rstudio', amdtag: '4.3.1', armtag: '4.3.1', outname: 'bioconductor_docker'}
- {image: 'rocker/tidyverse', amdtag: '4.3.1', armtag: 'N/A', outname: 'tidyverse'}
- {image: 'rocker/ml-verse', amdtag: '4.3.1', armtag: 'N/A', outname: 'ml-verse'}
- {image: 'rocker/shiny', amdtag: '4.3.1', armtag: 'N/A', outname: 'shiny'}

name: Build branch images
Expand Down

0 comments on commit 705c988

Please sign in to comment.