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 }}