Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Nov 17, 2024
1 parent 1e90cf1 commit d9c78a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- id: kind
name: Install Kind with registry
uses: bakito/kind-with-registry-action@main
uses: ./
- name: Print registry
run: |
echo Kind registry: ${{ steps.kind.outputs.registry }} >> $GITHUB_STEP_SUMMARY
Expand All @@ -21,7 +21,7 @@ jobs:
jq --version
yq --version
helm version
chainsaw --version
chainsaw version
kubectl version
kubectl get nodes
Expand Down

0 comments on commit d9c78a6

Please sign in to comment.