Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Successful in 1m18s
Build and Test / deploy (push) Failing after 7s

This commit is contained in:
2025-10-09 16:50:30 +00:00
parent 720c671dbc
commit 1690eace79

View File

@@ -89,9 +89,10 @@ jobs:
sed -i "s|IMAGE_NAME|$DIGEST_IMAGE|g" k8s.yml sed -i "s|IMAGE_NAME|$DIGEST_IMAGE|g" k8s.yml
cat k8s.yml cat k8s.yml
- uses: tale/kubectl-action@v1 - name: "Set kubeconfig"
with: run: |
base64-kube-config: ${{ vars.KUBECONFIG_PA_DEVOPS_ENCODED }} mkdir -p .kube
echo "${{ vars.KUBECONFIG_PA_DEVOPS }}" > .kube/config
- name: "Deploy to Cluster" - name: "Deploy to Cluster"
run: | run: |