Hello! During the Argo Image Updater exercise, it requires to use `docker push` step, but it fails with uppercase repository name (like mine 😅) Seems to be related to this issue: https://github.com/docker/build-push-action/issues/37 How about using another "unique identifier" than the repository name? Or lowercase the name? (https://github.com/orgs/community/discussions/25768) Best,