Skip to content

Commit

Permalink
Merge pull request moby#1858 from crazy-max/master
Browse files Browse the repository at this point in the history
Export to local dir for GHA
  • Loading branch information
crazy-max authored Nov 30, 2020
2 parents bee08c6 + 6450c51 commit 1bf8ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/images
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bf8ef9

Please sign in to comment.