add build version tracking with commit SHA, version number, and build timestamp to frontend
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
+3
View File
@@ -5,6 +5,9 @@ FROM node:20-alpine AS builder
WORKDIR /app
ARG GITEA_SHA
ARG COMMIT_SHA
# Copy package files
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile