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_docker
would fail since we don't havePACKAGE_VERSION
pre defined.
So let's remove all of these.