fix: correctly assign ffmpeg image tag (#499)

renovate/github.com-imdario-mergo-1.x
Ettore Di Giacinto 1 year ago committed by GitHub
parent cdf0a6e766
commit d9130def39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/image.yml

@ -39,8 +39,8 @@ jobs:
ffmpeg: '' ffmpeg: ''
- build-type: '' - build-type: ''
platforms: 'linux/amd64,linux/arm64' platforms: 'linux/amd64,linux/arm64'
tag-latest: 'auto' tag-latest: 'false'
tag-suffix: '' tag-suffix: '-ffmpeg'
ffmpeg: 'true' ffmpeg: 'true'
- build-type: 'cublas' - build-type: 'cublas'
cuda-major-version: 11 cuda-major-version: 11

Loading…
Cancel
Save