From b1fa65b0ff0a35c57a233cef0358beeccb4ec864 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 24 Mar 2022 15:08:35 -0700 Subject: [PATCH] Revert change for k8s version in updater --- .github/workflows/update-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 0c6b64b32a..232d58a5b1 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -56,7 +56,7 @@ jobs: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" echo "::set-output name=sha_long::$(git rev-parse HEAD)" echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)" - echo "::set-output name=k8s_version::$(grep -m1 'FROM kindest/node'