fix: use registry cache instead of GitHub Actions cache for Gitea compatibility
All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 5m4s

This commit is contained in:
2025-11-15 18:09:46 +01:00
parent 3bdf58a827
commit 2c010c98d0

View File

@@ -75,8 +75,8 @@ jobs:
push: ${{ gitea.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
build-args: |
NODE_ENV=production
CI=true