Fix core bundle
This commit is contained in:
parent
aae6ea57bd
commit
31951f5d38
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_bundle.yaml
vendored
4
.github/workflows/build_bundle.yaml
vendored
|
|
@ -60,8 +60,8 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.bundle
|
file: ./Dockerfile.bundle
|
||||||
build-args: |
|
build-args: |
|
||||||
GOLANG_IMAGE=${{ env.GOLANG_IMAGE }}
|
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
|
||||||
FFMPEG_IMAGE=${{ env.FFMPEG_IMAGE }}
|
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue