diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index d63abe69..febab9f1 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -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 }} diff --git a/docker-compose.yml b/docker-compose.yml index 65e4bce0..6169a2ac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"]