Skip to content

Commit b0b1fcf

Browse files
committed
feature: df构建双架构镜像
1 parent a53f677 commit b0b1fcf

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
@@ -144,6 +144,7 @@ jobs:
144144
145145
- name: Manifest Docker Image
146146
run: |
147+
LOWERCASE_REPO=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
147148
docker manifest create ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.TAGS }} \
148149
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.AMD_TAGS }} \
149150
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.ARM_TAGS }}

0 commit comments

Comments
 (0)