kafbat / kafka-ui

Open-Source Web UI for managing Apache Kafka clusters
http://ui.docs.kafbat.io
Apache License 2.0
630 stars 83 forks source link

Infra: Delete image in branch remove workflow #585

Open Haarolean opened 1 month ago

Haarolean commented 1 month ago

Need to remove the image from the registry as well in .github/workflows/branch-remove.yml

sixdouglas commented 1 month ago

Hi @Haarolean, do you have any idea on how you would do this? I don't see any easy way to remove an image from a registry (though I don't really know AWS registry). In some case (like on gitlab) one should remove all tags and a scheduled background job delete old images.