Fix cache behavior

This commit is contained in:
Max Isom 2021-01-07 11:52:10 -06:00
parent 6d0065f8b5
commit 1216d78d97
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -40,6 +40,8 @@ jobs:
push: true
tags: codetheweb/muse:latest
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v2.1.0