Skip to content

Commit

Permalink
docker command opiton fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki higaki committed Apr 6, 2021
1 parent 82866e3 commit d9b728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_color_bar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: ffmpeg command in docker container
run: |
docker run -v $(pwd):$(pwd) -w $(pwd) -it --rm jrottenberg/ffmpeg:3.2-alpine -f lavfi -i smptehdbars=1920x1080:d=10 -f lavfi -i sine=frequency=1000:d=10 output.mp4
docker run -v $(pwd):$(pwd) -w $(pwd) -t --rm jrottenberg/ffmpeg:3.2-alpine -f lavfi -i smptehdbars=1920x1080:d=10 -f lavfi -i sine=frequency=1000:d=10 output.mp4
- uses: actions/upload-artifact@v2
with:
name: my-artifact
Expand Down

0 comments on commit d9b728e

Please sign in to comment.