dgraph-lambda icon indicating copy to clipboard operation
dgraph-lambda copied to clipboard

fix(cd): Update cd process to push manifests instead of using buildx

Open adityasadalage opened this issue 2 years ago • 1 comments

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

adityasadalage avatar Mar 01 '23 22:03 adityasadalage

This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

github-actions[bot] avatar Jul 12 '24 01:07 github-actions[bot]