From 68b66009df1c16d0a42d431db441f4b7a62a3f06 Mon Sep 17 00:00:00 2001 From: Rabbit Date: Tue, 17 Dec 2024 16:56:24 +0800 Subject: [PATCH] chore: adjust workflows config (#2353) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 237d746ef..a6804f695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: satackey/action-docker-layer-caching@v0.0.11 - # Ignore the failure of a step and avoid terminating the job. - continue-on-error: true +# - uses: satackey/action-docker-layer-caching@v0.0.11 +# # Ignore the failure of a step and avoid terminating the job. +# continue-on-error: true - name: Build and push id: docker_build uses: mr-smithers-excellent/docker-build-push@v5