Mod replaces env injection
This commit is contained in:
parent
77dfcbe749
commit
7bc922f1d5
8
.github/workflows/build_restreamer_dev.yaml
vendored
8
.github/workflows/build_restreamer_dev.yaml
vendored
@ -35,6 +35,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Load ENV from file
|
||||
run: |
|
||||
source .github_build/Build.restreamer-ui.env
|
||||
|
||||
- name: Download React build artifact
|
||||
uses: actions/download-artifact@v2
|
||||
@ -46,10 +50,6 @@ jobs:
|
||||
id: get-latest-tag
|
||||
with:
|
||||
semver_only: true
|
||||
envFile: '.github_build/Build.restreamer-ui.env'
|
||||
export: 'true'
|
||||
expandWithJobEnv: 'true'
|
||||
expand: 'true'
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user