diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 844a015a..81ca89d2 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -30,7 +30,7 @@ jobs: audit: runs-on: ubuntu-latest container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest name: oysteR scan 🦪 if: > !contains(github.event.commits[0].message, '[skip audit]') diff --git a/.github/workflows/bioccheck.yaml b/.github/workflows/bioccheck.yaml index 326389a1..03aa5d19 100644 --- a/.github/workflows/bioccheck.yaml +++ b/.github/workflows/bioccheck.yaml @@ -64,7 +64,7 @@ jobs: fail-fast: false matrix: config: - - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17 + - image: ghcr.io/insightsengineering/rstudio tag: latest name: ${{ matrix.config.image }}, version ${{ matrix.config.tag }} runs-on: ubuntu-latest diff --git a/.github/workflows/branch-cleanup.yaml b/.github/workflows/branch-cleanup.yaml index c018652e..4a11ecb3 100644 --- a/.github/workflows/branch-cleanup.yaml +++ b/.github/workflows/branch-cleanup.yaml @@ -21,7 +21,7 @@ jobs: name: Branch Cleanup 🍃 runs-on: ubuntu-latest container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Setup token 🔑 diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 6062114a..dc882e33 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -172,7 +172,7 @@ jobs: fail-fast: false matrix: config: - - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17 + - image: ghcr.io/insightsengineering/rstudio tag: latest name: ${{ matrix.config.image }}, version ${{ matrix.config.tag }} runs-on: ubuntu-latest diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index a5271d0b..9932dc95 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -89,7 +89,7 @@ jobs: !contains(github.event.commits[0].message, '[skip linter]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Checkout repo 🛎 uses: actions/checkout@v3 diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 7a51a803..4f263880 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -124,7 +124,7 @@ jobs: !contains(github.event.commits[0].message, '[skip docs]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest # Only one job can publish to gh-pages branch concurrently. concurrency: group: ghpages diff --git a/.github/workflows/roxygen.yaml b/.github/workflows/roxygen.yaml index 956d193e..6a7c363f 100644 --- a/.github/workflows/roxygen.yaml +++ b/.github/workflows/roxygen.yaml @@ -59,7 +59,7 @@ jobs: !contains(github.event.commits[0].message, '[skip roxygen]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Setup token 🔑 diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index d5d95996..e9681c55 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -38,7 +38,7 @@ jobs: !contains(github.event.commits[0].message, '[skip spelling]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Setup token 🔑 diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 357a9afd..227533f7 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -39,7 +39,7 @@ jobs: !contains(github.event.commits[0].message, '[skip style]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Checkout Code 🛎 diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 7fe3b51e..95ead729 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -101,7 +101,7 @@ jobs: !contains(github.event.commits[0].message, '[skip coverage]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest outputs: publish-coverage-html-report: ${{ steps.coverage-output.outputs.coverage-upload }} current-branch-or-tag: ${{ steps.current-branch-or-tag.outputs.ref-name }} @@ -303,7 +303,7 @@ jobs: && github.event.pull_request.draft == false && contains(inputs.enable-covtracer, 'true') container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Get branch names 🌿 id: branch-name diff --git a/.github/workflows/validation.yaml b/.github/workflows/validation.yaml index cec27164..64241ddc 100644 --- a/.github/workflows/validation.yaml +++ b/.github/workflows/validation.yaml @@ -56,7 +56,7 @@ jobs: !contains(github.event.commits[0].message, '[skip validation]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest permissions: contents: write packages: write diff --git a/.github/workflows/verdepcheck.yaml b/.github/workflows/verdepcheck.yaml index 5d89a0ce..d589557d 100644 --- a/.github/workflows/verdepcheck.yaml +++ b/.github/workflows/verdepcheck.yaml @@ -47,7 +47,7 @@ jobs: !contains(github.event.commits[0].message, '[skip dependency-test]') && github.event.pull_request.draft == false container: - image: ghcr.io/insightsengineering/rstudio_4.3.1_bioc_3.17:latest + image: ghcr.io/insightsengineering/rstudio:latest steps: - name: Setup token 🔑