File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2424 # Change the Container Registry information below if necessary
2525 REGISTRY : ghcr.io
2626 REPOSITORY_NAME : ${{ github.repository }}
27+ REACT_APP_BUILD_NUMBER : ${{ github.sha }}
2728 # PUBLIC_URL is only required when building the server in instance-specific mode
2829 # PUBLIC_URL: /cosmotech-webapp/brewery
2930
7980 # Target stage can be either server-universal or server-specific (default)
8081 target : server-universal
8182 # PUBLIC_URL is only required when building the server in instance-specific mode
82- # build-args: |
83+ build-args : |
84+ "REACT_APP_BUILD_NUMBER=${{ env.REACT_APP_BUILD_NUMBER }}"
8385 # "PUBLIC_URL=${{ env.PUBLIC_URL }}"
8486
8587 - name : " webapp-functions: extract Docker metadata (tags, labels)"
You can’t perform that action at this time.
0 commit comments