Skip to content

Commit

Permalink
Hack om alle kube versies te bouwen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Hugo Prins committed Jan 10, 2024
1 parent 3eacbbc commit d584dd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
xz-utils \
awk

testarray=$(curl https://raw.githubusercontent.com/kubernetes/website/main/data/releases/schedule.yaml | yq -r '.schedules[].previousPatches[0].release' | awk '{print "\"kubernetes-v"$1"\""}')
testarray=$(curl https://raw.githubusercontent.com/kubernetes/website/main/data/releases/schedule.yaml | yq -r '.schedules[].previousPatches[0].release' | awk '{print "kubernetes-v"$1}')
echo $testarray

images=(
"docker-24.0.6"
"docker_compose-2.22.0"
Expand Down

0 comments on commit d584dd5

Please sign in to comment.