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