From 3ac0a9890fc25fb0f62d920161c9714d92db2100 Mon Sep 17 00:00:00 2001 From: Prasad Bandarkar Date: Fri, 25 Aug 2023 09:22:56 -0400 Subject: [PATCH] removing docker layer caching --- .github/workflows/mpa2065.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mpa2065.yml b/.github/workflows/mpa2065.yml index 82beacaf..9551ccde 100644 --- a/.github/workflows/mpa2065.yml +++ b/.github/workflows/mpa2065.yml @@ -35,9 +35,9 @@ jobs: - name: Configure Docker run: gcloud auth configure-docker - - 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 JH Image run: | COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image