Add missing cache param to docker build action

Signed-off-by: trivernis <trivernis@protonmail.com>
docker
trivernis 4 years ago
parent eed4983c79
commit 2b5e6c2dc2
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -42,5 +42,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: ${{github.events.inputs.platforms}} platforms: ${{github.events.inputs.platforms}}
push: true push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
tags: | tags: |
trivernis/snekcloud-server:alpine trivernis/snekcloud-server:alpine
Loading…
Cancel
Save