diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index dcfe1e48..c550a159 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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 }} \ No newline at end of file + ${{ 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 \ No newline at end of file