mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-19 16:53:35 -04:00
e0205b327e
* 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.