Skip to content

Commit

Permalink
chore: add latest tag push to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Oct 16, 2023
1 parent 9c2540a commit 61e6810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
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:latest
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61e6810

Please sign in to comment.