Closed clausnagel closed 8 months ago
True, there seems to be something wrong. It's probably related to the multi-arch design of the worklfows. I'll look into it. This could help: https://github.com/docker/metadata-action?tab=readme-ov-file#annotations
Thanks, @BWibo. Since the values of the labels are static strings, wouldn't it be even easier to directly define them in the Dockerfile
rather than in the workflows?
According to this notice, it seems that the Docker metadata is not correctly set in the Docker images. Maybe there is an issue with using
docker/metadata-action@v5
and multi-arch images?