Skip to content

Commit

Permalink
fix: pop REACT_APP_GITHUB_CLIENT_ID into .env file
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Jul 11, 2024
1 parent 6b51ac7 commit 03b0fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build and Publish
uses: docker/build-push-action@v5
with:
build-args: 'REACT_APP_GITHUB_CLIENT_ID: ${{ secrets.REACT_APP_GITHUB_CLIENT_ID }}'
build-args: REACT_APP_GITHUB_CLIENT_ID=${{ secrets.REACT_APP_GITHUB_CLIENT_ID }}
context: .
file: ./Dockerfile
platforms: linux/amd64
Expand Down

0 comments on commit 03b0fef

Please sign in to comment.