diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ee7657..4574b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,8 @@ jobs: kubectl get nodes - name: Deploy From Source run: | - skaffold run + skaffold config set --global local-cluster true + skaffold run --default-repo local - name: Wait For Pods timeout-minutes: 20 run: |