From 8e63d6847db2b13a0b34f328eb8e1edb3ed4e7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Fory=C5=9B?= Date: Tue, 17 Oct 2023 18:42:49 +0200 Subject: [PATCH] Update build_docker_image.yml --- .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 036394ac..9a7ed2f8 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -89,7 +89,7 @@ jobs: - name: Call deploy docker image action for every renv - uses: galachad/r-image-creator@main + uses: insightsengineering/r-image-creator@v1 with: image-name: "${{ steps.image_specs.outputs.image_name }}" tag-latest: true