From 1b3c22e5cc1af09ebee1d2f85e8407bb8c88f8d2 Mon Sep 17 00:00:00 2001 From: Daniel Henry Date: Wed, 28 Jan 2026 19:40:56 -0600 Subject: [PATCH] Change actions caching Signed-off-by: Daniel Henry --- .github/workflows/build-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index c36374d..74a39ab 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -37,5 +37,5 @@ jobs: labels: | org.opencontainers.image.source=${{ gitea.server_url }}/${{ gitea.repository }} org.opencontainers.image.description=Email Classifier Service - cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache - cache-to: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/email-classifier:build-cache,mode=max \ No newline at end of file + cache-from: type=gha + cache-to: type=gha,mode=max \ No newline at end of file