From b6b66497359bb91f6451a500355eb15ef9e2486a Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Thu, 12 Sep 2024 11:38:33 +0200 Subject: [PATCH] chore: test with rocker image --- .github/workflows/build-check-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 035e3b64..c77744eb 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -224,7 +224,7 @@ jobs: fail-fast: false matrix: config: - - image: ghcr.io/insightsengineering/rstudio + - image: rocker/verse tag: latest name: ${{ matrix.config.image }}, version ${{ matrix.config.tag }} runs-on: ubuntu-latest