dgraph-lambda
dgraph-lambda copied to clipboard
fix(cd): Update cd process to push manifests instead of using buildx
Problem
We are pushing amd and arm images using docker's buildx plugin which is nice and clean. However, we use manifests to push dgraph and dgraph:standalone images in the core repo which gives us much better control over the image build/push process. We should standardize this process across releases in other key repos like lambda as we build multi-arch support.
Solution
Converting the cd-dgraph-lambda process to build and push using manifests
This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.