From 5070500d0b1371d702042d6726787fed19055ba1 Mon Sep 17 00:00:00 2001 From: Miguel Ribeiro Date: Sun, 18 Feb 2024 15:08:41 +0100 Subject: [PATCH 1/2] fix: show translated no category when sorting by category --- includes/list_subscriptions.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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) { ?>
- +
Date: Sun, 18 Feb 2024 15:12:41 +0100 Subject: [PATCH 2/2] chore: allow caching of docker building images --- .github/workflows/build-release.yaml | 2 ++ 1 file changed, 2 insertions(+) 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