You've already forked DataMate
feature: df构建双架构镜像 (#102)
This commit is contained in:
1
.github/workflows/docker-image-deer-flow.yml
vendored
1
.github/workflows/docker-image-deer-flow.yml
vendored
@@ -144,6 +144,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Manifest Docker Image
|
- name: Manifest Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
LOWERCASE_REPO=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
|
||||||
docker manifest create ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.TAGS }} \
|
docker manifest create ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.TAGS }} \
|
||||||
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.AMD_TAGS }} \
|
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.AMD_TAGS }} \
|
||||||
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.ARM_TAGS }}
|
ghcr.io/$LOWERCASE_REPO/deer-flow-backend:${{ steps.set-tag.outputs.ARM_TAGS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user