diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fe825c75..32679256 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -64,5 +64,5 @@ jobs: MOVIEPILOT_VERSION=${{ env.app_version }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=local, src=/root/.cache/buildx-cache/${{ github.workflow }}-docker - cache-to: type=local, dest=/root/.cache/buildx-cache/${{ github.workflow }}-docker + cache-from: type=local,src=/root/.cache/buildx-cache/${{ github.workflow }}-docker + cache-to: type=local,dest=/root/.cache/buildx-cache/${{ github.workflow }}-docker