diff --git a/.github/workflows/build-image-pr.yml b/.github/workflows/build-image-pr.yml index 10730961..3f30b981 100644 --- a/.github/workflows/build-image-pr.yml +++ b/.github/workflows/build-image-pr.yml @@ -33,7 +33,7 @@ jobs: VERSION: ${{ steps.tags.outputs.tag }} run: ./scripts/build_deploy.sh - name: Start Kind Cluster - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: node_image: "kindest/node:v1.27.11" - name: Load Local Registry Test Image