add build version tracking with commit SHA, version number, and build timestamp to frontend
Some checks failed
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled

This commit is contained in:
Egor Pozharov
2026-05-04 16:08:37 +06:00
parent a3929bec8d
commit f9c54b5172
5 changed files with 39 additions and 3 deletions

View File

@@ -43,6 +43,8 @@ jobs:
with:
context: ./frontend
push: true
build-args: |
GITEA_SHA=${{ gitea.sha }}
tags: |
gitea.gitea.chedius.ru/${{ gitea.repository_owner }}/delivery-tracker/frontend:latest
gitea.gitea.chedius.ru/${{ gitea.repository_owner }}/delivery-tracker/frontend:${{ gitea.sha }}