Skip to content

Commit

Permalink
feat:docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehuazhang committed Jul 26, 2024
1 parent 993cbfe commit 2e469b5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,18 @@ jobs:
tags: |
chatimage/chatchat:${{ env.image_tag }}
ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:${{ env.image_tag }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,windows/amd64,windows/arm64,darwin/amd64,darwin/arm64
platforms: |
linux/amd64,
linux/arm/v5,
linux/arm/v6,
linux/arm/v7,
linux/arm64,
linux/386,
linux/mips64le,
linux/ppc64le,
linux/riscv64,
linux/s390x,
windows/amd64
- name: Logout from Docker Hub
run: docker logout
Expand Down

0 comments on commit 2e469b5

Please sign in to comment.