Skip to content

Commit

Permalink
fix docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kylophone committed Oct 14, 2024
1 parent e00fc50 commit c6dc165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
- uses: actions/checkout@v4
- name: Build Docker Image
run: |
rm ~/.docker/config.json
docker login
docker build -t vmaf .

0 comments on commit c6dc165

Please sign in to comment.