Skip to content

Commit 6917ae5

Browse files
authored
feature: 修复deer-flow流水线 (#56)
feature: 修复deer-flow流水线
1 parent b5fe787 commit 6917ae5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-image-deer-flow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ jobs:
6060
- name: Push Docker Image
6161
if: github.event_name != 'pull_request'
6262
run: |
63+
LOWERCASE_REPO=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
6364
docker push ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.TAGS }}
6465
docker push ghcr.io/$LOWERCASE_REPO/deer-flow-frontend:${{ steps.set-tag.outputs.TAGS }}

0 commit comments

Comments
 (0)