[DOCKER] Automated PR for scraparr-restoration_2025-09-03T20-04-23 - #167 #167

Merged
gitea-sonarqube-bot merged 10 commits from scraparr-restoration_2025-09-03T20-04-23 into main 2025-09-03 22:01:59 -04:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 6de48e069c - Show all commits
@@ -31,7 +31,6 @@ jobs:
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
- name: Install tea
if: steps.cache-tea.outputs.cache-hit != 'true'
uses: supplypike/setup-bin@v4
with:
uri: https://gitea.com/gitea/tea/releases/download/v${{ env.TEA_VERSION }}/tea-${{ env.TEA_VERSION }}-linux-amd64
@@ -437,7 +436,6 @@ jobs:
key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}
- name: Install Vault (only if not cached)
if: steps.cache-vault.outputs.cache-hit != 'true'
uses: cpanato/vault-installer@main
with:
version: ${{ env.HC_VAULT_VERSION }}
+1 -1
View File
@@ -5698,7 +5698,7 @@ services:
READARR_URL: http://readarr:8787
SONARR_API_KEY: ${SONARR_API_KEY}
SONARR_URL: http://sonarr:8989
image: ghcr.io/thecfu/scraparr:latest
image: ghcr.io/thecfu/scraparr:v2.2.4
ports:
- 7100:7100
profiles: ["rinoa-apps"]