diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 2e5b7d311..86af6d0fc 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -74,3 +74,5 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/arm/v7 + cache-from: type=gha + cache-to: type=gha,mode=max diff --git a/includes/list_subscriptions.php b/includes/list_subscriptions.php index 8b12de30f..3a7aed1b1 100644 --- a/includes/list_subscriptions.php +++ b/includes/list_subscriptions.php @@ -70,7 +70,13 @@ function printSubscriptions($subscriptions, $sort, $categories, $members, $i18n) if ($sort == "category_id" && $subscription['category_id'] != $currentCategory) { ?>
- +