合并 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: push:
tags: tags:
- "v*" - "v*"
container:
image: node:20-bookworm
jobs: jobs:
docker-image: docker-image:
runs-on: ubuntu runs-on: node
permissions: permissions:
contents: read contents: read
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io curl
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -67,7 +60,7 @@ jobs:
-d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}" -d "{\"image\":\"${IMAGE}\",\"tag\":\"${{ github.ref_name }}\",\"repo\":\"${{ github.repository }}\"}"
deploy-fallback-log: deploy-fallback-log:
runs-on: ubuntu runs-on: node
needs: docker-image needs: docker-image
if: failure() if: failure()
steps: steps: