mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-30 17:15:55 +00:00
Use jq to filter empty annotation values The previous approach using `grep -v "=$"` had shell escaping issues that caused `docker buildx imagetools create` to fail with: ERROR: "" annotations are not supported yet Using jq to process the JSON output directly is more robust and avoids shell escaping complexities entirely. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>