Skip to content

Bump actions/upload-artifact from 2 to 3 #1098

Bump actions/upload-artifact from 2 to 3

Bump actions/upload-artifact from 2 to 3 #1098

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 .