add build version tracking with commit SHA, version number, and build timestamp to frontend
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user