Skip to content

Commit

Permalink
Use fixed 4.4.0 version for RELEASE_3_19 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed May 2, 2024
1 parent 8badc27 commit c164dd1
Show file tree
Hide file tree
Showing 2 changed files with 418 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.4.0', armtag: '4.4.0', outname: 'r-ver'}
- {image: 'rocker/rstudio', amdtag: '4.4.0', armtag: '4.4.0', outname: 'bioconductor_docker'}
- {image: 'rocker/tidyverse', amdtag: '4.4.0', armtag: 'N/A', outname: 'tidyverse'}
- {image: 'rocker/ml-verse', amdtag: '4.4.0', armtag: 'N/A', outname: 'ml-verse'}
- {image: 'rocker/shiny', amdtag: 'latest', armtag: 'N/A', outname: 'shiny'}

name: Build branch images
Expand Down
Loading

0 comments on commit c164dd1

Please sign in to comment.