Fix: Add missing shell property to "Move cache" command as well

This commit is contained in:
Bojan Čekrlić 2023-10-27 07:59:06 +02:00
parent 0387094a83
commit d1dce4b86f

View file

@ -44,6 +44,7 @@ runs:
cache-to: type=local,dest=/tmp/.buildx-cache-new/postfix-exporter
- name: Move cache
shell: bash
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache