Try and setup caching for Docker builds

This commit is contained in:
Claudio Ortolina
2025-08-24 17:15:58 +03:00
parent 29fb985b3b
commit 679bf12972
+2
View File
@@ -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 }}"