Skip to content

Commit

Permalink
Try to fix prod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapnilAryan97 committed May 15, 2024
1 parent 6d269fa commit 0f22dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2

- name: Login to Heroku Container Registry
run: docker login --email=${{ secrets.HEROKU_EMAIL }} --password=${{ secrets.HEROKU_API_KEY }} registry.heroku.com
run: docker login --username=${{ secrets.HEROKU_EMAIL }} --password=${{ secrets.HEROKU_API_KEY }} registry.heroku.com

- name: Build and push Docker image
run:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
settings.json
.vscode

0 comments on commit 0f22dac

Please sign in to comment.