ci: ignore GitHub Actions cache errors

This commit is contained in:
Kévin Dunglas
2023-12-17 12:31:12 +01:00
parent b6e2277863
commit b2e92a673a
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ jobs:
*.platform=${{ matrix.platform }}
*.cache-from=type=gha,scope=${{ github.ref }}-${{ matrix.platform }}
*.cache-from=type=gha,scope=refs/heads/main-${{ matrix.platform }}
*.cache-to=type=gha,scope=${{ github.ref }}-${{ matrix.platform }}
*.cache-to=type=gha,scope=${{ github.ref }}-${{ matrix.platform }},ignore-error=true
${{ fromJson(needs.prepare.outputs.push) && '*.output=type=image,name=dunglas/frankenphp,push-by-digest=true,name-canonical=true,push=true' || '' }}
env:
SHA: ${{ github.sha }}