Skip to content

Commit

Permalink
feat: 🎸 测试github缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Jul 17, 2024
1 parent 457cb8d commit 2333a0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Build and Push Docker Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/Dockerfile
push: true
tags: dannicool/wechatbotkit-py-http:latest
platforms: linux/amd64
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2333a0d

Please sign in to comment.