Skip to content

Commit de47fad

Browse files
committed
Additional idiot-proofing in instructions of Docker publish script
1 parent dc5ba4c commit de47fad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/gen-docker-image.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ select IMAGE in $FILES; do
108108
*)
109109
echo "Not pushing. You can just run this script again when you're ready"
110110
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."
111113
;;
112114
esac
113115
fi

0 commit comments

Comments
 (0)