From 26daf936c5b0c31e06a1826e4ecb8fe5b79ccda6 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Tue, 21 Jun 2022 10:53:21 +0000 Subject: [PATCH] removing cache for worker build --- .github/workflows/workers.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workers.yaml b/.github/workflows/workers.yaml index f9ac362a4..f84909a39 100644 --- a/.github/workflows/workers.yaml +++ b/.github/workflows/workers.yaml @@ -33,11 +33,12 @@ jobs: method: kubeconfig kubeconfig: ${{ secrets.OSS_KUBECONFIG }} # Use content of kubeconfig in secret. id: setcontext - + # Caching docker images - - 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, tag id: build-image