Skip to content

Commit

Permalink
path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jul 8, 2021
1 parent d40f99d commit 2dd2d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
path: ./docker/parsr
dockerfile: ./docker/parsr/Dockerfile
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
Expand Down

0 comments on commit 2dd2d74

Please sign in to comment.