Merge pull request #1858 from crazy-max/master

Export to local dir for GHA
v0.8
CrazyMax 2020-11-30 09:11:34 +01:00 committed by GitHub
commit 1bf8ef962e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ fi
exportCacheFlags=""
if [[ -n "$cacheRefTo" ]] && [[ "$cacheType" = "local" ]]; then
exportCacheFlags="--cache-to=type=local,dest=$cacheRefTo "
fi
if [ "$PUSH" = "push" ]; then
elif [ "$PUSH" = "push" ]; then
exportCacheFlags="$exportCacheFlags--cache-to=type=inline "
fi