From d9130def3901cfd7d9220311a44bf20a926b8c3b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 4 Jun 2023 21:07:12 +0200 Subject: [PATCH] fix: correctly assign ffmpeg image tag (#499) --- .github/workflows/image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index baf18b42..8f28f332 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -39,8 +39,8 @@ jobs: ffmpeg: '' - build-type: '' platforms: 'linux/amd64,linux/arm64' - tag-latest: 'auto' - tag-suffix: '' + tag-latest: 'false' + tag-suffix: '-ffmpeg' ffmpeg: 'true' - build-type: 'cublas' cuda-major-version: 11