Skip to content

Add Dependabot configuration for GitHub Actions updates #1091

Add Dependabot configuration for GitHub Actions updates

Add Dependabot configuration for GitHub Actions updates #1091

Workflow file for this run

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