Jaydee94 / kubeseal-webgui

This is a simple web ui for Bitnami Sealed Secrets.
Apache License 2.0
75 stars 19 forks source link

Container image tag `latest` does not point to newest release #214

Open UiP9AV6Y opened 1 year ago

UiP9AV6Y commented 1 year ago

Describe the bug The README.md lists the Docker Hub as the primary source for the container images of this project. The newest release (as of writing this) is 4.2.2 and has a corresponding container image in the Docker Container Registry. The image tagged latest however was pushed to the Docker Container Registry 2 years ago. The Github Workflow responsible for deploying images (CI/main.yml) was manually run 2 years ago. This applies to both the ui and api image

To Reproduce

Expected behavior

By convention container images tagged latest are usually vanity tags pointing to the most recent of releases (usually a stable release; unstable releases are generally tagged as nightly)

Additional context

Jaydee94 commented 1 year ago

Hey, @UiP9AV6Y I will have a look at this. Thanks for your bug report.