Switch flags to conventional order

Co-Authored-By: Scott Brenner <scott@scottbrenner.me>
This commit is contained in:
Peter Evans 2020-03-06 09:31:05 +09:00 committed by GitHub
parent 9e3ae58d03
commit db5f964d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'