From c8031a2954bde89fce1b760547851b1f0c5dcc59 Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Mon, 27 Jan 2025 22:48:50 +0100 Subject: [PATCH] update cache configuration in build workflow --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 894bc07..fd6bbe4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -48,4 +48,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha - cache-to: type=gha,mode=max,image-manifest=true,oci-mediatypes=true \ No newline at end of file + cache-to: type=gha,mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref= \ No newline at end of file