1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-19 07:09:18 +00:00

fix .ko.yaml base image bug

This commit is contained in:
Jason Hall 2020-12-21 12:17:53 -05:00
parent 197dd2d0f5
commit 073e2554b6

View file

@ -9,6 +9,7 @@ echo writing to $out
echo "images = {" > $out
cd cmd
export KO_CONFIG_PATH=../
for d in *; do
echo " \"$d\" = \"$(ko publish -P ./$d)\"" >> $out
done