File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4444 VITE_API_INTERNAL_PORT=8081
4545 BUILD_MODE=production
4646 VITE_PORT=3000
47- dynamic-build-args : |
48- VITE_APP_VERSION=${{ steps.extract_version.outputs.version }}
49- VITE_PUBLIC_API_URL=${{ inputs.API_URL || vars.API_URL || 'http://localhost:8081' }}
5047 - id : skillforge-gateway
5148 path : server/skillforge-gateway
5249 image : server-gateway
@@ -115,7 +112,8 @@ jobs:
115112 cache-to : type=registry,ref=ghcr.io/aet-devops25/team-git-it-together/${{ matrix.image }}-cache,mode=max
116113 build-args : |
117114 ${{ matrix.build-args }}
118- ${{ matrix.dynamic-build-args || '' }}
115+ VITE_APP_VERSION=${{ steps.extract_version.outputs.version }}
116+ VITE_PUBLIC_API_URL=${{ inputs.API_URL || vars.API_URL || 'http://localhost:8081' }}
119117
120118 - name : Clean up dangling images
121119 run : |
You can’t perform that action at this time.
0 commit comments