1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

Fixes move cache

This commit is contained in:
Amir Raminfar
2021-10-18 10:23:37 -07:00
parent cd18f527bf
commit 7b6c77644c

View File

@@ -32,7 +32,3 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=amir20/dozzle:master
cache-to: type=inline
name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache