File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 36
36
outputs :
37
37
docs_only : ${{ github.event.pull_request && steps.docs.outputs.docs_only == 'true' }}
38
38
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 "
40
40
go_path : ${{ steps.vars.outputs.go_path }}
41
41
go_code_md5 : ${{ steps.vars.outputs.go_code_md5 }}
42
42
binary_cache_hit : ${{ steps.binary-cache.outputs.cache-hit }}
@@ -464,7 +464,9 @@ jobs:
464
464
id : k8s
465
465
run : |
466
466
kind create cluster --name ${{ github.run_id }} --image=kindest/node:v${{ needs.checks.outputs.k8s_latest }} --wait 75s
467
+ docker version
467
468
kind load docker-image "${{ matrix.image }}:${{ matrix.tag }}" --name ${{ github.run_id }}
469
+ echo "DEBUG: Kind setup complete!"
468
470
if : ${{ steps.stable_exists.outputs.exists != 'true' && needs.checks.outputs.docs_only == 'false' }}
469
471
470
472
- 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
5
5
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
6
6
FROM quay.io/skopeo/stable:v1.17.0
7
7
8
- FROM python:3.13@sha256:d57ec66c94b9497b9f3c66f6cdddc1e4e0bad4c584397e0b57a721baef0e6fdc
8
+ FROM python:3.13@sha256:6ee79759eb6c6843f7aec973df1d3ae60f7199822669deaf77fba16a7b27d1db
9
9
10
10
RUN apt-get update \
11
11
&& apt-get install -y curl git \
You can’t perform that action at this time.
0 commit comments