Skip to content

Commit

Permalink
Update GitHub Actions workflow to specify Docker build context and Do…
Browse files Browse the repository at this point in the history
…ckerfile location for yt-dlp image
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent c061a1c commit d5430e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ytdlp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit d5430e9

Please sign in to comment.