From c854ee56b7d31eb061d5fd9ce7d0bd26ce524200 Mon Sep 17 00:00:00 2001 From: Angelo Caporaso <56113767+cap-ang@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:30:14 +0100 Subject: [PATCH] chore: Update deploy_with_github_runner.yml Set self_hosted_runner_image_tag to latest --- .github/workflows/deploy_with_github_runner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_with_github_runner.yml b/.github/workflows/deploy_with_github_runner.yml index 17dbc14..9a5e107 100644 --- a/.github/workflows/deploy_with_github_runner.yml +++ b/.github/workflows/deploy_with_github_runner.yml @@ -36,6 +36,7 @@ jobs: container_app_environment_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_NAME }} resource_group_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_RESOURCE_GROUP_NAME }} # RG of the runner pat_token: ${{ secrets.BOT_TOKEN_GITHUB }} + self_hosted_runner_image_tag: "latest" deploy: needs: [ create_runner ]