Skip to content

Make docker pipeline only run manually.

Xcollazo requested to merge no-gitlab-cli-for-docker into main
  1. Auto run on tags was causing the manual builds fail since the git tag would already be committed by the auto run.
  2. Auto run of publish_package_with_docker would fail since we don't have PACKAGE_VERSION pre defined.

So let's remove all of these.

Merge request reports