From 89458b2842a6fc407e909b9034e617a608fb3973 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Wed, 30 Oct 2024 17:37:13 -0600 Subject: [PATCH] remove caching from reports image complexity and unlikely use vs 2 minute build time seem like an unnecessary tradeoff --- .github/workflows/build-reports-image.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build-reports-image.yml b/.github/workflows/build-reports-image.yml index b93c9483090..f478ca77d6b 100644 --- a/.github/workflows/build-reports-image.yml +++ b/.github/workflows/build-reports-image.yml @@ -121,17 +121,6 @@ jobs: install: true version: v0.17.1 - # Cache layers specific to current sha, but allow rummaging through older caches if none for current -# TODO determine if this would need to be fixed to actually cache seomthing (and what key should be, w/r/t not -# destructively colliding with normal build cache, and meaningful sha (presumably sha from inputs?) or whatnot. -# - name: Cache Docker layers -# uses: actions/cache@v4 -# with: -# path: /tmp/.buildx-cache -# key: ${{ runner.os }}-buildx-${{ github.sha }} -# restore-keys: | -# ${{ runner.os }}-buildx - - name: Login to GHCR uses: docker/login-action@v3 with: