From 5a8742a4adac76050db3da285ed105cd4283aff6 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:10:56 -0800 Subject: [PATCH] Nope, not supported. hmm --- .github/workflows/ci-docker.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 97849a001..5793ecfa1 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -98,10 +98,6 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Inspect cache - run: | - # See what's actually in the cache - skopeo inspect docker://ghcr.io/paperless-ngx/paperless-ngx/cache/app:feature-cleanup-docker-caching-${{ matrix.arch }} - name: Docker metadata id: docker-meta uses: docker/metadata-action@v5.10.0