We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cb647 commit 285bdecCopy full SHA for 285bdec
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
docker buildx build \
37
--platform ${{ matrix.platform }} \
38
- -f ffmpeg.Dockerfile \
+ -f Dockerfile \
39
-t ffmpeg-whip:builder-${{ matrix.archTag }} \
40
--load .
41
0 commit comments