Skip to content

Commit

Permalink
ci: fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nm1 committed Aug 4, 2020
1 parent cc2bdad commit 9e14121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u ${{ github.repository }} --password-stdin
docker build . --file Dockerfile -t docker.pkg.github.com/${{ github.repository }}/app:$version
docker push docker.pkg.github.com/phanatic/repo/app:$version
docker push docker.pkg.github.com/${{ github.repository }}/app:$version
- name: release
run: npx semantic-release
env:
Expand Down

0 comments on commit 9e14121

Please sign in to comment.