Try and setup caching for Docker builds
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user