Tag our put-multiarch image and explicitly use itself for cache

This commit is contained in:
Tianon Gravi 2019-05-10 17:31:11 -07:00
parent ef26a55720
commit 9f26ec45e1
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ if [ -t 1 ]; then
fi
dir="$(dirname "$BASH_SOURCE")"
img="$(docker build -q "$dir")"
img="$(docker build -q -t oi/put-multiarch --cache-from oi/put-multiarch "$dir")"
exec docker run --rm --init "${args[@]}" "$img" "$@"