Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance GitHub Action to Push Docker Containers by Version Tag #420

Closed
cloudsbird opened this issue Apr 24, 2024 · 1 comment
Closed

Enhance GitHub Action to Push Docker Containers by Version Tag #420

cloudsbird opened this issue Apr 24, 2024 · 1 comment

Comments

@cloudsbird
Copy link
Contributor

Description

Currently, our GitHub Action is set up to push Docker containers with the latest tag. This means that we're overwriting the existing container in the Docker registry every time we push, and we're not keeping older versions of the container around.

Proposed Solution

To make it easier for users to rollback to previous versions of the container, we propose modifying the GitHub Action to push containers with a version tag instead of the latest tag. This will allow us to keep all versions of the Docker container in the registry.

Benefits

This change will provide the following benefits:

  • Users will be able to rollback to previous versions of the Docker container if needed.
  • We will have a history of all versions of the Docker container in the registry, which could be useful for debugging and development purposes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants