Skip to content

Commit

Permalink
Fix build env
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Jan 26, 2024
1 parent a1a79de commit adf1b0b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_restreamer-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
build-docker:
needs: build-frontend
runs-on: [self-hosted]

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Load ENV from file
run: |
cat .github_build/Build.restreamer-ui.env >> $GITHUB_ENV
- name: Download React build artifact
uses: actions/download-artifact@v2
Expand All @@ -44,14 +47,13 @@ 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
uses: docker/metadata-action@v4
env:
RELEASE: ${{ env.RELEASE }}
CADDY_IMAGE: ${{ env.CADDY_IMAGE }}
with:
images: |
datarhei/restreamer-ui
Expand Down

0 comments on commit adf1b0b

Please sign in to comment.