diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 47000f2..e06fab9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -45,8 +45,8 @@ jobs: ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:latest - name: Deploy to cluster - uses: steebchen/kubectl@v2.1.1 + - uses: actions-hub/kubectl@master + env: + KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} with: - config: ${{ secrets.KUBE_CONFIG_DATA }} - version: v1.32.0 - command: apply -f manifests/ \ No newline at end of file + args: apply -f manifests/ \ No newline at end of file