From 1f615dc2b297793e5646f35a1a866cd227b07f0a Mon Sep 17 00:00:00 2001 From: Adam Forys Date: Tue, 3 Oct 2023 06:45:58 +0200 Subject: [PATCH] Build initial docker with v1.2.2 --- .github/workflows/build_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 7df17ec5..42180047 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -83,7 +83,7 @@ jobs: echo "renv_lock_path=$renv" >> $GITHUB_OUTPUT - name: Call deploy docker image action for every renv - uses: insightsengineering/r-image-creator@v1 + uses: insightsengineering/r-image-creator@v1.2.2 with: image-name: "${{ steps.image_specs.outputs.image_name }}" tag-latest: true