From 95c9302aa832a114ce0eb009af8444128e781ff4 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 26 Mar 2026 14:02:15 +1100 Subject: [PATCH] feat: enable downloading tea (#77) - enable downloading the tea prebuilt binaries Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/77 --- apps/base/artifactapi/resources/remotes.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/artifactapi/resources/remotes.yaml b/apps/base/artifactapi/resources/remotes.yaml index b9988e8..a33baba 100644 --- a/apps/base/artifactapi/resources/remotes.yaml +++ b/apps/base/artifactapi/resources/remotes.yaml @@ -63,6 +63,7 @@ remotes: description: "Gitea download site" include_patterns: - "act_runner/.*/act_runner-.*-linux-amd64$" + - "tea/.*/tea-.*-linux-amd64$" cache: file_ttl: 0 index_ttl: 0