File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3636 outputs :
3737 docs_only : ${{ github.event.pull_request && steps.docs.outputs.docs_only == 'true' }}
3838 some_docs : ${{ github.event.pull_request && steps.docs.outputs.some_docs == 'true' }}
39- k8s_latest : ${{ steps.vars.outputs.k8s_latest }}
39+ k8s_latest : " 1.32.0 "
4040 go_path : ${{ steps.vars.outputs.go_path }}
4141 go_code_md5 : ${{ steps.vars.outputs.go_code_md5 }}
4242 binary_cache_hit : ${{ steps.binary-cache.outputs.cache-hit }}
@@ -464,7 +464,9 @@ jobs:
464464 id : k8s
465465 run : |
466466 kind create cluster --name ${{ github.run_id }} --image=kindest/node:v${{ needs.checks.outputs.k8s_latest }} --wait 75s
467+ docker version
467468 kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
469+ echo "DEBUG: Kind setup complete!"
468470 if : ${{ steps.stable_exists.outputs.exists != 'true' && needs.checks.outputs.docs_only == 'false' }}
469471
470472 - name : Create Plus Secret
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM kindest/node:v1.32.0@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf
55# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
66FROM quay.io/skopeo/stable:v1.17.0
77
8- FROM python:3.13@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc
8+ FROM python:3.13@sha256:6ee79759eb6c6843f7aec973df1d3ae60f7199822669deaf77fba16a7b27d1db
99
1010RUN apt-get update \
1111 && apt-get install -y curl git \
You can’t perform that action at this time.
0 commit comments