Skip to content

Fix incorrect tags when releasing

Cameron Swords requested to merge minor-release-tweaks into master

What does this MR do?

  • Pipelines for master that are not released will have a status of passed. This is because the release job has set to allowed to fail.
  • Remove the v on Docker tags. DAST will be tagged with 1 instead of v1, 1.2 instead of v1.2, and 1.24.33 instead of v1.24.33.

Merge request reports