Skip to content

Commit

Permalink
Remove quotes from remaining docker build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle authored Jul 24, 2024
1 parent 5cc6024 commit 33e714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
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_GA_TRACKINGID=${{ needs.make-react-secret-available.outputs.trackingid }}

0 comments on commit 33e714d

Please sign in to comment.