From 679bf129720e07fa1d47d4d9a1b3267d88d9deeb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 24 Aug 2025 17:15:58 +0300 Subject: [PATCH] Try and setup caching for Docker builds --- .github/workflows/build_image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 6f2201d8..4d99f972 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -26,6 +26,8 @@ jobs: platforms: linux/amd64 tags: fullyforged/music_library:latest push: true + cache-from: type=registry,ref=fullyforged/music_library:latest + cache-to: type=inline secrets: | "FLUXON_LICENSE_KEY=${{ secrets.FLUXON_LICENSE_KEY }}" "FLUXON_KEY_FINGERPRINT=${{ secrets.FLUXON_KEY_FINGERPRINT }}"