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