mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
ci: fix runners workflow
This commit is contained in:
2
.github/workflows/runners.yaml
vendored
2
.github/workflows/runners.yaml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
# at which point this step needs to be deleted
|
||||
# https://github.com/actions-runner-controller/actions-runner-controller/issues/2056
|
||||
- name: Build and Push Latest Tags
|
||||
id: ${{ matrix.latest == "true" }}
|
||||
if: ${{ matrix.latest == "true" }}
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./runner
|
||||
|
||||
Reference in New Issue
Block a user