Tags: faberpines/cmms
Tags
ci: enhance Docker workflow to support versioned tags Updated the GitHub Actions workflow to push Docker images with versioned tags when a tag is pushed to the repository. This change ensures that images are tagged with the specific version number from the Git tag, allowing for better version control and traceability. The default "latest" tag is still used when changes are pushed to the main branch without a version tag.