From 5f7495f53de1b74cf374d35aa7cf241f45e1bc39 Mon Sep 17 00:00:00 2001 From: Eric Horwath <70013998+erichorwath@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:20:41 +0100 Subject: [PATCH] fix tag in arc-release-runners.yaml --- .github/workflows/arc-release-runners.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arc-release-runners.yaml b/.github/workflows/arc-release-runners.yaml index 11f0fadfb1..ffe08dab4e 100644 --- a/.github/workflows/arc-release-runners.yaml +++ b/.github/workflows/arc-release-runners.yaml @@ -55,7 +55,7 @@ jobs: DOCKER_VERSION=${{ env.DOCKER_VERSION }} RUNNER_CONTAINER_HOOKS_VERSION=${{ steps.versions.outputs.container_hooks_version }} tags: | - ghcr.io/erichorwath/actions-runner-controller/custom-u24-runner:v${{ env.RUNNER_VERSION }}-ubuntu-22.04 + ghcr.io/erichorwath/actions-runner-controller/custom-u24-runner:v${{ steps.versions.outputs.runner_version }}-ubuntu-22.04 cache-from: | type=gha,scope=sha-${{ github.sha }} type=gha,scope=${{ github.ref_name }}