documenso/.github
david-loe 5a26610a01
fix: update publish workfow to only tag stable versions latest (#1405)
## Description

This pull request introduces modifications to the GitHub Actions
workflow to ensure that the `latest` Docker tag is only pushed for
stable releases. It prevents the `latest` tag from being assigned to
release candidates (`-rc`), beta versions, or other pre-release tags.
This enhancement improves version management by keeping the `latest` tag
reserved exclusively for fully stable versions (e.g., `1.0.0`).

## Related Issue

Fixes #1404

## Changes Made

- Added a conditional check to verify if the release version follows the
format `X.Y.Z` (stable release format).
- Updated the Docker manifest creation steps to only push the `latest`
tag if the version is a stable full release.
- Modified both DockerHub and GitHub Container Registry push steps to
reflect the new versioning conditions.
2024-11-12 17:37:34 +11:00
..
actions chore: upgrade next (#1300) 2024-09-03 09:48:54 +10:00
ISSUE_TEMPLATE chore: update github feature template (#849) 2024-01-23 11:28:11 +11:00
PULL_REQUEST_TEMPLATE chore: set default PR template 2024-03-24 17:01:21 +08:00
workflows fix: update publish workfow to only tag stable versions latest (#1405) 2024-11-12 17:37:34 +11:00
dependabot.yml chore: update ci and formatting 2023-12-08 13:01:36 +11:00
labeler.yml chore: update github actions 2023-12-08 20:44:28 +11:00
PULL_REQUEST_TEMPLATE.md chore: set default PR template 2024-03-24 17:01:21 +08:00