From 3d69eb8907374cd810340fd49f31d5dc816caac6 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Thu, 6 Feb 2025 23:41:08 +0600 Subject: [PATCH] fix: v --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8aef23e..1b03f8b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:latest - name: Deploy to cluster - uses: steebchen/kubectl@v2 + uses: steebchen/kubectl@v2.1.1 with: config: ${{ secrets.KUBE_CONFIG_DATA }} command: apply -f manifests/ \ No newline at end of file