Skip to content

Commit

Permalink
Revert change for k8s version in updater
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Mar 24, 2022
1 parent 011c5cb commit b1fa65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' <tests/docker/Dockerfile | awk -F'[:v]' '{print $3}')"
echo "::set-output name=k8s_version::$(grep "K8S_VERSION:" .github/workflows/ci.yml | awk -F" " '{print $2}')"
check:
name: Check if updates are needed
Expand Down

0 comments on commit b1fa65b

Please sign in to comment.