ci: fix runners workflow

This commit is contained in:
Callum Tait 2022-12-01 22:35:31 +00:00 committed by GitHub
parent 58d80a7c12
commit bd392c3665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
# at which point this step needs to be deleted # at which point this step needs to be deleted
# https://github.com/actions-runner-controller/actions-runner-controller/issues/2056 # https://github.com/actions-runner-controller/actions-runner-controller/issues/2056
- name: Build and Push Latest Tags - name: Build and Push Latest Tags
id: ${{ matrix.latest == "true" }} if: ${{ matrix.latest == "true" }}
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: ./runner context: ./runner