From c7a3ef59d2afd8c56d19eb5849f1f61c16167d6d Mon Sep 17 00:00:00 2001 From: Prasad Bandarkar Date: Sun, 24 Sep 2023 23:17:42 -0400 Subject: [PATCH] removing caching --- .github/workflows/neur1630.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/neur1630.yml b/.github/workflows/neur1630.yml index 96fdf3d2..b38764dd 100644 --- a/.github/workflows/neur1630.yml +++ b/.github/workflows/neur1630.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