Skip to content

Commit

Permalink
Update GitHub Actions workflow to push Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
SaM-92 authored May 13, 2024
1 parent e0b8a5f commit d4952ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

- name: Build and push Docker image
run: |
docker buildx build --platform linux/amd64 -t registry.heroku.com/${{ secrets.HEROKU_APP_NAME }}/web .
docker push registry.heroku.com/${{ secrets.HEROKU_APP_NAME }}/web
docker buildx build --platform linux/amd64 --push -t registry.heroku.com/${{ secrets.HEROKU_APP_NAME }}/web .
- name: Release the Docker image
env:
Expand Down

0 comments on commit d4952ed

Please sign in to comment.