Skip to content

Commit

Permalink
fix envs in arc-release-runners.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erichorwath authored Jan 21, 2025
1 parent 9cc91a5 commit 2ce4f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arc-release-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
platforms: linux/amd64
push: true
build-args: |
RUNNER_VERSION=${{ env.RUNNER_VERSION }}
RUNNER_VERSION=${{ steps.versions.outputs.runner_version }}
DOCKER_VERSION=${{ env.DOCKER_VERSION }}
RUNNER_CONTAINER_HOOKS_VERSION=${{ env.CONTAINER_HOOKS_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
cache-from: |
Expand Down

0 comments on commit 2ce4f47

Please sign in to comment.