Make docker pipeline only run manually.
- Auto run on tags was causing the manual builds fail since the git tag would already be committed by the auto run.
- Auto run of
publish_package_with_dockerwould fail since we don't havePACKAGE_VERSIONpre defined.
So let's remove all of these.