Skip to content

Commit

Permalink
Merge pull request #1060 from clearlydefined/elr/build-deploy-dev
Browse files Browse the repository at this point in the history
Remove quotes from all docker build-args
  • Loading branch information
elrayle authored Jul 24, 2024
2 parents fe641f7 + 33e714d commit 83be6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
azure-app-base-name: clearlydefined
azure-app-name-postfix: -dev
docker-build-args: |
REACT_APP_SERVER="https://dev-api.clearlydefined.io"
REACT_APP_GA_TRACKINGID="${{ needs.make-react-secret-available.outputs.trackingid }}"
REACT_APP_SERVER=https://dev-api.clearlydefined.io
REACT_APP_GA_TRACKINGID=${{ needs.make-react-secret-available.outputs.trackingid }}

0 comments on commit 83be6d0

Please sign in to comment.