mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-16 16:01:22 +02:00
Switch flags to conventional order
Co-Authored-By: Scott Brenner <scott@scottbrenner.me>
This commit is contained in:
parent
9e3ae58d03
commit
db5f964d29
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa
|
||||||
if [ -d "docker-cache" ]; then
|
if [ -d "docker-cache" ]; then
|
||||||
cat docker-cache/x* > my-image.tar
|
cat docker-cache/x* > my-image.tar
|
||||||
docker load < my-image.tar
|
docker load < my-image.tar
|
||||||
rm -fr docker-cache
|
rm -rf docker-cache
|
||||||
fi
|
fi
|
||||||
- name: Build image
|
- name: Build image
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue