2 Commits

Author SHA1 Message Date
Alex Shevchuk
5859bc4f4c 69
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Tag Commit (push) Successful in 6s
Go Linter / Run golangci-lint (api_gateway) (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
2025-09-12 18:46:30 +03:00
Alex Shevchuk
9de6619407 68
All checks were successful
Go Linter / Run golangci-lint (api_gateway) (push) Has been skipped
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped
Go Linter / Tag Commit (push) Successful in 5s
2025-09-12 18:46:01 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ jobs:
run: |
git fetch --tags --force
LATEST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo 'v0.0.0')
LATEST_TAG=$(git tag -l "v*" | sort -V | tail -n 1)
echo $LATEST_TAG
if [[ $LATEST_TAG =~ ^v([0-9]+)\.([0-9]+)\.([0-9]+)$ ]]; then

View File

@@ -166,3 +166,4 @@ molva-backend/
- `version` - версия приложения (git tag)
- `commit` - хеш коммита
- `date` - дата сборки