From ccb4d677bbbf0a16f030540579c85e996674d5b9 Mon Sep 17 00:00:00 2001 From: Prasad Bandarkar Date: Sun, 27 Aug 2023 19:46:50 -0400 Subject: [PATCH] Removing docker-layer-caching --- .github/workflows/php2560.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php2560.yml b/.github/workflows/php2560.yml index 7390c4e1..71acc7a8 100644 --- a/.github/workflows/php2560.yml +++ b/.github/workflows/php2560.yml @@ -35,9 +35,9 @@ jobs: - name: Configure Docker run: gcloud auth configure-docker - - uses: satackey/action-docker-layer-caching@v0.0.11 +# - uses: satackey/action-docker-layer-caching@v0.0.11 # Ignore the failure of a step and avoid terminating the job. - continue-on-error: true +# continue-on-error: true - name: Build and Push JH Image run: | COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image