更新 .gitea/workflows/deploy-k8s.yaml
All checks were successful
dotnet-cicd-k8s / CI-CD-K8S (push) Successful in 2m17s

This commit is contained in:
mingor 2024-09-18 06:31:57 +00:00
parent a5c792e0f4
commit 0b6e3255ab

View File

@ -44,7 +44,7 @@ jobs:
uses: steebchen/kubectl@v2.0.0
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: set image --record deployment/dotnet-cicd-k8s-sample container=dotnet-deploy-k8s:${{gitea.sha}}
command: set image --record deployment/dotnet-cicd-k8s-sample dotnet-deploy-k8s=registry.cn-guangzhou.aliyuncs.com/acme_nrop/dotnet-deploy-k8s:${{gitea.sha}}
- name: verify deployment
uses: steebchen/kubectl@v2.0.0
with: