Hi,
I am trying to use this action here, and it works with alpine as base-image, but always returns needs-updating=true when the base image is debian:stable-slim. I enabled action debugging and with my limited knowledge of docker manifest, it looks to me that the action picks the wrong architecture of the base image (amd64) metadata instead of the requested 386.
Debug log of the action run is here (was unable to attach it directly).
Thanks in advance
-Fritz