Fix auto-tag to use API, bump to v0.7.1
Summary
- Fix auto-tag CI job:
git pushfromCI_JOB_TOKENdoesn't trigger a tag pipeline. Switch to the GitLab tags API which does trigger one, soupload+releaserun automatically. - Uses
curlimages/curlimage 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