Skip to content

Commit 2b7cff7

Browse files
authored
Use latest tag for shiny container
1 parent 5db2c43 commit 2b7cff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'}
2222
- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml'}
2323
- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse'}
24-
- {image: 'rocker/shiny', amdtag: 'devel', outname: 'shiny'}
24+
- {image: 'rocker/shiny', amdtag: 'latest', outname: 'shiny'}
2525
steps:
2626
- uses: actions/checkout@v4
2727

@@ -160,7 +160,7 @@ jobs:
160160
- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda', platforms: 'amd64'}
161161
- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml', platforms: 'amd64'}
162162
- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse', platforms: 'amd64'}
163-
- {image: 'rocker/shiny', amdtag: 'devel', outname: 'shiny', platforms: 'amd64'}
163+
- {image: 'rocker/shiny', amdtag: 'latest', outname: 'shiny', platforms: 'amd64'}
164164
steps:
165165
- name: Set up Docker Buildx
166166
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)