feature: 修复deer-flow流水线 (#56)

feature: 修复deer-flow流水线
This commit is contained in:
hhhhsc701
2025-11-05 10:42:43 +08:00
committed by GitHub
parent b5fe787c20
commit 6917ae5b30

View File

@@ -60,5 +60,6 @@ jobs:
- name: Push Docker Image
if: github.event_name != 'pull_request'
run: |
LOWERCASE_REPO=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
docker push ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.TAGS }}
docker push ghcr.io/$LOWERCASE_REPO/deer-flow-frontend:${{ steps.set-tag.outputs.TAGS }}