Mod replaces env injection

This commit is contained in:
Jan Stabenow 2024-01-26 15:35:26 +01:00
parent 77dfcbe749
commit 7bc922f1d5

View File

@ -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