caching
Some checks failed
Next.js App CI / docker (push) Failing after 20s

This commit is contained in:
2025-09-15 10:18:01 +02:00
parent 3787dd2607
commit 3d7537c5b1

View File

@@ -29,4 +29,6 @@ jobs:
push: true
tags: |
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:latest
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}
${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}
cache-from: type=gha,scope:build-${{ gitea.ref_name }}
cache-to: type=gha,scope:build-${{ gitea.ref_name }},mode=max