Skip to content

Commit

Permalink
fix tag 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 2ce4f47 commit 5f7495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arc-release-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5f7495f

Please sign in to comment.