Related to #166
I want to first build the image, then do some other release steps and then release the image to docker hub.
For that, I thought I should use -o type=image,name=xxx.
But when I run docker manifest inspect xxx after that, it just returns the latest manifest from docker hub.
Where is the built manifest, and how can I push it after the build?
I am building for --platform linux/amd64,linux/arm/v7,linux/arm64/v8 if that is important.
Related to #166
I want to first build the image, then do some other release steps and then release the image to docker hub.
For that, I thought I should use
-o type=image,name=xxx.But when I run
docker manifest inspect xxxafter that, it just returns the latest manifest from docker hub.Where is the built manifest, and how can I push it after the build?