Add environment variables for client image build
This commit is contained in:
parent
5d2714e1ee
commit
7ee60242d3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-deploy.yml
vendored
3
.github/workflows/build-deploy.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Build & push client image
|
||||
uses: mr-smithers-excellent/docker-build-push@v6
|
||||
env:
|
||||
REACT_APP_DOMAIN_ROOT: ${ secrets.REACT_APP_DOMAIN_ROOT }
|
||||
REACT_APP_API_ROOT: ${ secrets.REACT_APP_API_ROOT }
|
||||
with:
|
||||
image: c4thebomb/know-it-all-client
|
||||
registry: docker.io
|
||||
|
|
|
|||
Reference in a new issue