Skip to content

Commit

Permalink
remove caching from reports image
Browse files Browse the repository at this point in the history
complexity and unlikely use vs 2 minute build time seem like an unnecessary tradeoff
  • Loading branch information
brianhenryhf committed Oct 30, 2024
1 parent dfc44fa commit 89458b2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-reports-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89458b2

Please sign in to comment.