Skip to content

Commit

Permalink
Mod replaces env injection
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Jan 26, 2024
1 parent 77dfcbe commit 7bc922f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_restreamer_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7bc922f

Please sign in to comment.