**chore(build): rename artifacts and adjust workflows for 'plus' variant**

- Updated Docker and release workflows to use `cli-proxy-api-plus` as the Docker repository name and adjusted tag generation logic.
- Renamed artifacts in Goreleaser configuration to align with the new 'plus' variant naming convention.
This commit is contained in:
Luis Pater
2025-11-30 17:54:37 +08:00
parent 0087eecad8
commit 52e5551d8f
3 changed files with 6 additions and 12 deletions
-3
View File
@@ -24,9 +24,6 @@ jobs:
- name: Generate Build Metadata
run: |
VERSION=$(git describe --tags --always --dirty)
if [[ "$VERSION" != *"-plus" ]]; then
VERSION="${VERSION}-plus"
fi
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo COMMIT=`git rev-parse --short HEAD` >> $GITHUB_ENV
echo BUILD_DATE=`date -u +%Y-%m-%dT%H:%M:%SZ` >> $GITHUB_ENV