Skip to content

Commit

Permalink
Prep website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelThamm committed Oct 5, 2023
1 parent 9680e3b commit effb3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
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 build . -t michaelthamm/website:$GITHUB_REF_NAME
docker push michaelthamm/website:$GITHUB_REF_NAME
# - name: Heroku deploy
# env:
# DOCKER_USER: ${{secrets.DOCKER_USER}}
Expand Down

0 comments on commit effb3ea

Please sign in to comment.