Changed quality from 34 to 40 for hardware encoded video streams to c… #313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Docker Image CI | |
on: | |
push: | |
branches: [ master ] | |
paths-ignore: | |
- '**.md' | |
- '*COPYING' | |
- '*COPYING.CC0' | |
- '*COPYING.DOC' | |
- '*ffmpegfs.cbp' | |
- '*ffmpegfs.depend' | |
- '*ffmpegfs.pro' | |
- '*NEWS' | |
- '*TODO' | |
pull_request: | |
branches: [ master ] | |
paths-ignore: | |
- '**.md' | |
- '*COPYING' | |
- '*COPYING.CC0' | |
- '*COPYING.DOC' | |
- '*ffmpegfs.cbp' | |
- '*ffmpegfs.depend' | |
- '*ffmpegfs.pro' | |
- '*NEWS' | |
- '*TODO' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image | |
run: docker build . --file docker/Dockerfile |