File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 CONTAINER_REGISTRY_USERNAME : ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
4040 CONTAINER_REGISTRY_PASSWORD : ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
4141 OS_INFO : ${{ inputs.OS }}
42- PACKER_VAR_FILES : /tmp/k8s-1.35 .json
42+ PACKER_VAR_FILES : /tmp/k8s-1.32 .json
4343 # https://github.com/kubernetes-sigs/image-builder/releases/tag/v0.1.48
4444 # TODO renovate
4545 IMAGE_BUILDER : >-
5656
5757 # sanity checks
5858 test -f config/packer-patch.json
59- test -f config/vars/k8s-1.35 .json
59+ test -f config/vars/k8s-1.32 .json
6060 # scripts dir must exist and contain at least one file
6161 test -d config/scripts
6262 test -n "$(find config/scripts -maxdepth 1 -type f -print -quit)"
6969 -v "${PWD}/config/scripts:/home/imagebuilder/packer/hcloud/scripts" \
7070 -v "${PWD}/config/hcloud-config.json:/home/imagebuilder/packer/hcloud/hcloud-config.json" \
7171 -v "${PWD}/config/packer-patch.json:/tmp/packer-patch.json" \
72- -v "${PWD}/config/vars/k8s-1.35 .json:${PACKER_VAR_FILES}" \
72+ -v "${PWD}/config/vars/k8s-1.32 .json:${PACKER_VAR_FILES}" \
7373 --entrypoint /bin/sh \
7474 "${IMAGE_BUILDER}" \
7575 -c 'set -e
You can’t perform that action at this time.
0 commit comments