Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
version: ${{ matrix.version }}
variant: ${{ matrix.variant }}
latest: '8.4.15'
# Cleanup github caches on PRs
cleanup-cache:
needs: build-images
if: github.event_name == 'pull_request'
uses: ./.github/workflows/github-cache-cleanup.yml
secrets: inherit
# Add this new summary job
build-complete:
needs: build-images
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github-cache-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Purge All GitHub Caches

on:
workflow_dispatch:
workflow_call:

permissions:
actions: write
Expand Down