From 6e91bd562c1a0aa3f12c6e2c73897e914b083c5c Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Sat, 25 Jan 2025 22:30:47 +0100 Subject: [PATCH] ci: add kind testing --- .github/workflows/kind.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/kind.yaml diff --git a/.github/workflows/kind.yaml b/.github/workflows/kind.yaml new file mode 100644 index 00000000..f779891f --- /dev/null +++ b/.github/workflows/kind.yaml @@ -0,0 +1,14 @@ +name: Create Cluster with Registry + +on: + push: {} + +jobs: + kind-testing: + runs-on: ubuntu-latest + steps: + - uses: bakito/kind-with-registry-action@v1 + id: kind + - name: Print outputs + run: | + echo ${{ steps.kind.outputs.registry }}