feat(releases-widget): add new providers, Github Packages, linuxserver.io and Quay (#3607)

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Andre Silva
2025-08-01 10:13:20 +01:00
committed by GitHub
parent 03adf538b0
commit c92bbd2da0
11 changed files with 427 additions and 27 deletions

View File

@@ -58,7 +58,6 @@ export class GithubIntegration extends Integration implements ReleasesProviderIn
}
const api = this.getApi();
const details = await this.getDetailsAsync(api, owner, name);
try {