We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e078fc commit 37033f2Copy full SHA for 37033f2
.github/workflows/build.yaml
@@ -127,7 +127,7 @@ jobs:
127
integrity_requirement: high
128
availability_requirement: high
129
prebuild-hook: |
130
- sed -i "s/REACT_APP_BUILD_VERSION=.*/REACT_APP_BUILD_VERSION='${{ needs.prepare.outputs.version }}'/" Dockerfile
+ sed -i "s/REACT_APP_BUILD_VERSION=.*/REACT_APP_BUILD_VERSION='${{ needs.prepare.outputs.version }}'/" .env.production
131
132
helmchart:
133
name: Build Helmchart
0 commit comments