Skip to content

Commit

Permalink
ci: add kind testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jan 26, 2025
1 parent ece85ed commit 6e91bd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 6e91bd5

Please sign in to comment.