From 0a723318a13f8770c0f26141c339aab02cdab623 Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 22 Jan 2024 23:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20workflow=20=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 893a370c..d9f4969b 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -3,7 +3,6 @@ name: Build And Push Docker Image on: push: paths-ignore: - - ".github/**" - "*.md" branches: - "master" @@ -181,8 +180,8 @@ jobs: file: ./docker/310.Dockerfile push: true tags: whyour/qinglong:python3.10 - cache-from: type=registry,ref=whyour/qinglong:cache - cache-to: type=registry,ref=whyour/qinglong:cache,mode=max + cache-from: type=registry,ref=whyour/qinglong:cache-python3.10 + cache-to: type=registry,ref=whyour/qinglong:cache-python3.10,mode=max - name: Image digest run: |