Inspect the cache for fun

This commit is contained in:
Trenton H
2026-01-06 10:03:04 -08:00
parent ae1e3de575
commit 6c22c8fd36

View File

@@ -98,6 +98,10 @@ 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