mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-08 21:24:26 -06:00
Inspect the cache for fun
This commit is contained in:
4
.github/workflows/ci-docker.yml
vendored
4
.github/workflows/ci-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user