Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 authored Nov 3, 2021
1 parent b08e586 commit 6fae8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: success() && github.event_name != 'pull_request'
uses: docker/build-push-action@v2
with:
context: ./epgstation
context: ./epgstation-nvenc
platforms: ${{ matrix.platforms }}
tags: ${{ secrets.DOCKER_USERNAME }}/epgstation-nvenc:latest
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 6fae8aa

Please sign in to comment.