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 }}"