Skip to content

Commit

Permalink
Update build-images.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 熊鑫伟 Xinwei Xiong <3293172751NSS@gmail.com>
  • Loading branch information
cubxxw authored Oct 6, 2024
1 parent 945af83 commit 4804c64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
context: .
dockerfile: ./compose/production/aws/Dockerfile
architectures: linux/amd64,linux/arm64
- project: redis
context: .
dockerfile: ./compose/production/redis/Dockerfile
architectures: linux/amd64,linux/arm64

steps:
# 1. 检出代码
Expand Down Expand Up @@ -107,4 +111,4 @@ jobs:

# 9. 清理未使用的 Docker 镜像
- name: Clean up Docker
run: docker system prune -f
run: docker system prune -f

0 comments on commit 4804c64

Please sign in to comment.