File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 5454 echo "FRONTEND_SERVICE_PORT: ${FRONTEND_SERVICE_PORT}"
5555
5656
57- - name : Set image tag
57+ - name : Set Image Tag
5858 id : vars
5959 run : |
6060 BRANCH_NAME=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}
@@ -105,7 +105,7 @@ jobs:
105105 username : ${{ github.actor }}
106106 password : ${{ secrets.GITHUB_TOKEN }}
107107
108- - name : Set image tag
108+ - name : Set Image Tag
109109 id : vars
110110 run : |
111111 BRANCH_NAME=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}
Original file line number Diff line number Diff line change @@ -37,15 +37,6 @@ ENV NEXT_PUBLIC_BACKEND_SERVICE_HOST=$NEXT_PUBLIC_BACKEND_SERVICE_HOST
3737ENV NEXT_PUBLIC_BACKEND_SERVICE_PORT=$NEXT_PUBLIC_BACKEND_SERVICE_PORT
3838ENV NEXT_PUBLIC_BACKEND_API_VERSION=$NEXT_PUBLIC_BACKEND_API_VERSION
3939
40- # Optional: Print the values to verify they are set correctly
41- RUN echo "Building with the following environment variables:\n " && \
42- echo "NEXT_PUBLIC_BACKEND_SERVICE_PROTOCOL: ${NEXT_PUBLIC_BACKEND_SERVICE_PROTOCOL}\n " && \
43- echo "NEXT_PUBLIC_BACKEND_SERVICE_HOST: ${NEXT_PUBLIC_BACKEND_SERVICE_HOST}\n " && \
44- echo "NEXT_PUBLIC_BACKEND_SERVICE_PORT: ${NEXT_PUBLIC_BACKEND_SERVICE_PORT}\n " && \
45- echo "NEXT_PUBLIC_BACKEND_API_VERSION: ${NEXT_PUBLIC_BACKEND_API_VERSION}\n " && \
46- echo "FRONTEND_SERVICE_INTERFACE: ${FRONTEND_SERVICE_INTERFACE}\n " && \
47- echo "FRONTEND_SERVICE_PORT: ${FRONTEND_SERVICE_PORT}\n "
48-
4940# Build the Next.js application
5041# Note: Use `next build` to build the application for production
5142RUN npm run build
You can’t perform that action at this time.
0 commit comments