From fe05987eea33140abc11f70e49a8486b0dcd8cdd Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Fri, 2 Dec 2022 00:14:29 +0000 Subject: [PATCH] ci: use single quotes (#2067) * ci: use single quotes * ci: add 22.04 image to renovate Co-authored-by: toast-gear --- .github/renovate.json5 | 1 + .github/workflows/runners.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2bdba6e4..21f45700 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,6 +31,7 @@ { "fileMatch": [ "runner/actions-runner.ubuntu-20.04.dockerfile", + "runner/actions-runner.ubuntu-22.04.dockerfile", "runner/actions-runner-dind.ubuntu-20.04.dockerfile", "runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile" ], diff --git a/.github/workflows/runners.yaml b/.github/workflows/runners.yaml index 89b662af..ab5c1e61 100644 --- a/.github/workflows/runners.yaml +++ b/.github/workflows/runners.yaml @@ -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 - if: ${{ matrix.latest == "true" }} + if: ${{ matrix.latest == 'true' }} uses: docker/build-push-action@v3 with: context: ./runner