mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
Fix: Add missing shell
property to "Move cache" command as well
This commit is contained in:
parent
0387094a83
commit
d1dce4b86f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue