depot / cli

🖥️ Depot CLI, build your Docker images in the cloud
https://depot.dev
MIT License
125 stars 5 forks source link

fix: use unmodifed image.name in metadata file #283

Closed goller closed 5 months ago

goller commented 5 months ago

In multi-platform builds buildx strips the image tag and uses push-by-digest for the manifest. This is to prevent races between the builds to set the user specified tag.

However, this caused the downstream image.name to be the tag-less name.

This fix adds back the user's specified image names to fix the image.name field.