disable caching in build and metadata relay workflows (#309)

this pr disables caching in build and metadata relay workflows because it doesn't actually make the workflows any faster.
This commit is contained in:
Maximilian Dorninger
2025-12-21 20:53:47 +01:00
committed by GitHub
parent b87a23b5b4
commit c7c6158a3f
3 changed files with 4 additions and 10 deletions

View File

@@ -129,9 +129,6 @@ jobs:
build-args: |
VERSION=${{ steps.version.outputs.version }}
BASE_PATH=
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ steps.repo_name.outputs.name }}/mediamanager:buildcache-${{ steps.platform_slug.outputs.slug }}
cache-to: ${{ (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && format('type=registry,ref=ghcr.io/{0}/{1}/mediamanager:buildcache-{2},mode=max', github.repository_owner, steps.repo_name.outputs.name, steps.platform_slug.outputs.slug) || '' }}
no-cache: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
- name: Export digest
run: |