Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
walterjgsp committed Oct 23, 2020
2 parents 98cccfd + 3ea8b62 commit f27b37e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
dockerfile: /trena_dashboard/Dockerfile.prod
path: ./trena_dashboard/
dockerfile: ./trena_dashboard/Dockerfile.prod
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
Expand Down

0 comments on commit f27b37e

Please sign in to comment.