From 31951f5d384188c1649b081afd94296aaa75470a Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Thu, 23 Jun 2022 16:29:31 +0200 Subject: [PATCH] Fix core bundle --- .github/workflows/build_bundle.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_bundle.yaml b/.github/workflows/build_bundle.yaml index d58fa019..e2e810fb 100644 --- a/.github/workflows/build_bundle.yaml +++ b/.github/workflows/build_bundle.yaml @@ -60,8 +60,8 @@ jobs: context: . file: ./Dockerfile.bundle build-args: | - GOLANG_IMAGE=${{ env.GOLANG_IMAGE }} - FFMPEG_IMAGE=${{ env.FFMPEG_IMAGE }} + CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }} + FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }} platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: |