From bd392c36656e66509917cbfacc54689ec8e3aad0 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Thu, 1 Dec 2022 22:35:31 +0000 Subject: [PATCH] ci: fix runners workflow --- .github/workflows/runners.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runners.yaml b/.github/workflows/runners.yaml index f9204b95..89b662af 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 - id: ${{ matrix.latest == "true" }} + if: ${{ matrix.latest == "true" }} uses: docker/build-push-action@v3 with: context: ./runner