合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
Showing only changes of commit 0f110ce0c6 - Show all commits
+2 -9
View File
@@ -4,20 +4,13 @@ on:
push:
tags:
- "v*"
container:
image: node:20-bookworm
jobs:
docker-image:
runs-on: ubuntu
runs-on: node
permissions:
contents: read
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io curl
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -67,7 +60,7 @@ jobs:
-d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}"
deploy-fallback-log:
runs-on: ubuntu
runs-on: node
needs: docker-image
if: failure()
steps: