bigcapitalhq / bigcapital

💵 Bigcapital is financial accounting with intelligent reporting for faster decision-making, an open-source alternative to Quickbooks, Xero, etc.
https://bigcapital.app
GNU Affero General Public License v3.0
2.28k stars 176 forks source link

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

Closed cloudsbird closed 1 month ago

cloudsbird commented 2 months ago

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:

linear[bot] commented 2 months ago

BIG-162 Enhance GitHub Action to Push Docker Containers by Version Tag