Remove GitHub-specific cache options from CI workflow
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m16s

GHA cache doesn't work with Gitea Actions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
20ichrish
2026-01-18 17:01:34 -08:00
parent 21d82c5413
commit 4366f4d818

View File

@@ -44,5 +44,4 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha provenance: false
cache-to: type=gha,mode=max