We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ba4c commit de47fadCopy full SHA for de47fad
1 file changed
docker/gen-docker-image.sh
@@ -108,6 +108,8 @@ select IMAGE in $FILES; do
108
*)
109
echo "Not pushing. You can just run this script again when you're ready"
110
echo "to push. The prior build result is cached."
111
+ echo "Remember NOT to commit any changes to the FROM lines of Dockerfiles until"
112
+ echo "you've pushed to DockerHub."
113
;;
114
esac
115
fi
0 commit comments