mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-25 15:34:22 +00:00
`docker buildx imagetools create --annotation manifest:KEY=VALUE` errors out with "manifest annotations are not supported yet". metadata-action defaults to emitting `manifest:` prefixed entries, so without an explicit `DOCKER_METADATA_ANNOTATIONS_LEVELS: index` the finalize step blows up the first time it sees a non-empty annotations list.