Skip to content

Commit 285bdec

Browse files
committed
Fix workflow
1 parent 28cb647 commit 285bdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
docker buildx build \
3737
--platform ${{ matrix.platform }} \
38-
-f ffmpeg.Dockerfile \
38+
-f Dockerfile \
3939
-t ffmpeg-whip:builder-${{ matrix.archTag }} \
4040
--load .
4141

0 commit comments

Comments
 (0)