stackabletech / docker-images

Apache License 2.0
17 stars 3 forks source link

Make mirror.yaml reusable #785

Closed Maleware closed 1 month ago

Maleware commented 2 months ago

Part of https://github.com/stackabletech/issues/issues/582

Current Situation:

mirror.yaml is used to mirror tools like git-sync and csi-storage-provisioner from their home repositories to our Harbor and Nexus. This is a stand alone workflow.

Wanted Situation:

mirror.yaml is as workflow which uses reusable workflows of us.

Candidates:

We already have the publish-image and publish-manifest which are meant to be reusable for products I could imagine this being a small change to reuse those actions for mirror.yaml too