In Pull Request #422, we first pulled the image before retagging it. This caused the image to be downloaded based on the architecture of the runner, meaning the ARM64 version was not published under the final tag. In this Pull Request, I fixed the issue by creating the manifest for each tag instead of pulling and retagging
In Pull Request #422, we first pulled the image before retagging it. This caused the image to be downloaded based on the architecture of the runner, meaning the ARM64 version was not published under the final tag. In this Pull Request, I fixed the issue by creating the manifest for each tag instead of pulling and retagging