From 2333a0d546acd2d4a729afe963ce306a4fee9938 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 17 Jul 2024 22:19:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E6=B5=8B=E8=AF=95github?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 32711a4..99be21d 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 \ No newline at end of file + platforms: linux/amd64 + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file