Skip to content

Commit

Permalink
3.17 to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 13, 2023
1 parent f191390 commit d494549
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: '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/r-ver', amdtag: '4.3.2', armtag: '4.3.2', outname: 'r-ver'}
- {image: 'rocker/rstudio', amdtag: '4.3.2', armtag: '4.3.2', outname: 'bioconductor_docker'}
- {image: 'rocker/tidyverse', amdtag: '4.3.2', armtag: 'N/A', outname: 'tidyverse'}
- {image: 'rocker/ml-verse', amdtag: '4.3.2', armtag: 'N/A', outname: 'ml-verse'}

name: Build branch images
runs-on: ubuntu-latest
Expand Down

0 comments on commit d494549

Please sign in to comment.