trying to fix docker build, so it includes git sha info.

This commit is contained in:
Jason Kulatunga
2022-05-27 00:13:34 -07:00
parent 9b901766e3
commit cf1bd3ea6b
4 changed files with 19 additions and 7 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ RUN go mod vendor && \
########
FROM node:lts-slim as frontendbuild
ARG GIT_VERSION=""
ARG GITHUB_REF_NAME=""
ARG GITHUB_REF_TYPE=""
ARG GITHUB_SHA=""
#reduce logging, disable angular-cli analytics for ci environment
ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false