From 36e035107e801e9f0a3751eaecdc39959dd60da5 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 29 Dec 2023 11:53:31 +0100 Subject: [PATCH] feat: Support publishing to a private docker registry (#15698) #### Summary Example (images generated with https://github.com/cloudquery/plugin-sdk-javascript/pull/106) ![image](https://github.com/cloudquery/cloudquery/assets/26760571/e51f90a2-2af3-4d09-8039-92343eebe16a) The images were generated by https://github.com/cloudquery/plugin-sdk-javascript/pull/106 (replacing `registry.cloudquery.io` with `ghcr.io`) ### TODO - [ ] Merge the different platforms into a single image with `docker manifest`. The is done by `docker buildx --push` automatically at the moment in https://github.com/cloudquery/cloudquery/blob/67c10c38a04dcdd1512bf6dc739f89bc11baa888/.github/workflows/release_plugin.yml#L94