blob: 4915dee6c92722676f690efecf3e3ec546093904 [file] [log] [blame]
#!/bin/sh
set -e
location=$(dirname $0)
rootdir=$(realpath $location/../)
echo "Start publishing base images"
$rootdir/publisher
echo "All base images have been published"