Fix alpine version build

This commit is contained in:
Jan Stabenow
2024-02-02 17:16:06 +01:00
parent 64010da7a4
commit 07cd18a95a
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
file: ./Dockerfile.bundle
build-args: |
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-dev
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-${{ env.OS_VERSION_FFMPEG }}-${{ env.FFMPEG_VERSION }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |