Skip to content

Commit

Permalink
chore: cleanup build and push job
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Oct 16, 2023
1 parent 61e6810 commit 0ad8fc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_PSWD: ${{secrets.DOCKER_PSWD}}
run: |
docker login -u $DOCKER_USER -p $DOCKER_PSWD
docker build . -t michaelthamm/website:$GITHUB_REF_NAME
docker push michaelthamm/website:$GITHUB_REF_NAME
docker tag michaelthamm/website:$GITHUB_REF_NAME michaelthamm/website:latest
docker push michaelthamm/website:$GITHUB_REF_NAME
docker push michaelthamm/website:latest
deploy:
Expand Down

0 comments on commit 0ad8fc4

Please sign in to comment.