Files
workflows-py/operator
Adrian Lyjak e0205b327e fix(ci): publish operator image and push release tags explicitly (#539)
* fix(ci): publish operator image and push tags explicitly

- Mark llama-agents-operator as non-private so the release pipeline
  includes its docker image in the publish plan.
- Replace 'git push --tags' (which silently reported 'Everything
  up-to-date' and left new tags on the local runner) with an explicit
  verbose push of the tags created by 'changeset tag' at HEAD.
2026-04-15 00:58:24 +00:00
..