mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
Fix build args
This commit is contained in:
parent
ef58e3ca43
commit
54346b2e09
4
.github/workflows/docker-frontend-react.yml
vendored
4
.github/workflows/docker-frontend-react.yml
vendored
@ -54,6 +54,4 @@ jobs:
|
||||
repository: linkedin/datahub-frontend
|
||||
tags: ${{ needs.setup.outputs.tag }}
|
||||
push: ${{ needs.setup.outputs.publish == 'true' }}
|
||||
build-args: |
|
||||
ENABLE_REACT=true
|
||||
PORT=9002
|
||||
build_args: ENABLE_REACT=true,PORT=9002
|
||||
Loading…
x
Reference in New Issue
Block a user