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:
parent
197dd2d0f5
commit
073e2554b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue