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 d584dd5 commit 774e36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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}')
echo $testarray
# 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"
Expand Down

0 comments on commit 774e36c

Please sign in to comment.