From 02e3947906581c013e58706c35f5782fc1b5cc9d Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 2 Jun 2022 10:22:55 -0700 Subject: [PATCH] disable github action docker build caching - may be causing "cannot reuse body, request must be retried" errors --- .github/workflows/docker-build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index f4369fe..a903815 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -60,8 +60,8 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max +# cache-from: type=gha +# cache-to: type=gha,mode=max web: runs-on: ubuntu-latest @@ -110,8 +110,8 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max +# cache-from: type=gha +# cache-to: type=gha,mode=max omnibus: runs-on: ubuntu-latest permissions: @@ -157,5 +157,5 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file +# cache-from: type=gha +# cache-to: type=gha,mode=max \ No newline at end of file