Skip to content

Commit

Permalink
chore(ci): actually pass CLA_URL in release process
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Aug 30, 2024
1 parent a9a9d95 commit 3d340ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: docker/build-push-action@v5
with:
build-args: |
CLA_URL=${{ secrets.CLA_URL }}
REACT_APP_COMPANY_NAME=${{ secrets.REACT_APP_COMPANY_NAME }}
REACT_APP_COMPANY_WEBSITE=${{ secrets.REACT_APP_COMPANY_WEBSITE }}
REACT_APP_CLA_APP_NAME=${{ secrets.REACT_APP_CLA_APP_NAME }}
Expand Down

0 comments on commit 3d340ee

Please sign in to comment.