mirror of
https://github.com/datarhei/restreamer.git
synced 2025-12-11 22:14:02 +01:00
Fix missed dockerfile.bundle
This commit is contained in:
2
.github/workflows/build_bundle-cuda.yaml
vendored
2
.github/workflows/build_bundle-cuda.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: ./Dockerfile.bundle
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
RESTREAMER_UI_IMAGE=datarhei/restreamer-ui:${{ env.RESTREAMER_UI_VERSION }}
|
||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-cuda-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}-${{ env.CUDA_VERSION }}
|
||||
|
||||
2
.github/workflows/build_bundle-rpi.yaml
vendored
2
.github/workflows/build_bundle-rpi.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: ./Dockerfile.bundle
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
RESTREAMER_UI_IMAGE=datarhei/restreamer-ui:${{ env.RESTREAMER_UI_VERSION }}
|
||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-rpi-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
||||
|
||||
2
.github/workflows/build_bundle-vaapi.yaml
vendored
2
.github/workflows/build_bundle-vaapi.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: ./Dockerfile.bundle
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
RESTREAMER_UI_IMAGE=datarhei/restreamer-ui:${{ env.RESTREAMER_UI_VERSION }}
|
||||
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-vaapi-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
||||
|
||||
2
.github/workflows/build_bundle.yaml
vendored
2
.github/workflows/build_bundle.yaml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: ./Dockerfile.bundle
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
RESTREAMER_UI_IMAGE=datarhei/restreamer-ui:${{ env.RESTREAMER_UI_VERSION }}
|
||||
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user