Fix auto-tag to use API, bump to v0.7.1

Summary

  • Fix auto-tag CI job: git push from CI_JOB_TOKEN doesn't trigger a tag pipeline. Switch to the GitLab tags API which does trigger one, so upload + release run automatically.
  • Uses curlimages/curl image instead of installing git on fedora.
  • Bump version to 0.7.1.

Test plan

  • Verified v0.7.0 tag was pushed by old method but no tag pipeline ran
  • After merge, auto-tag should create v0.7.1 tag and trigger upload + release

Merge request reports

Loading