Skip to content

[DO NOT MERGE] Delete quality_runner_test.py to see if build passes #1121

[DO NOT MERGE] Delete quality_runner_test.py to see if build passes

[DO NOT MERGE] Delete quality_runner_test.py to see if build passes #1121

Workflow file for this run

name: Docker
on:
push:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker Image
run: |
docker build -t vmaf .