add actions and devcontainer #10

Merged
mengning merged 6 commits from actions into main 2025-12-21 08:56:40 +00:00
7 changed files with 156 additions and 192 deletions
Showing only changes of commit f0d59db967 - Show all commits

View File

@@ -70,8 +70,8 @@ jobs:
# 创建新的 Application CRD # 创建新的 Application CRD
kubectl apply -f deploy.yaml kubectl apply -f deploy.yaml
- name: Clean Environment - name: Clean Environment
if: always() if: always()
run: | run: |
docker rmi devstar.cn/devstar/devstar-docs:latest || true docker rmi devstar.cn/devstar/devstar-docs:latest || true
docker builder prune -f || true docker builder prune -f || true