Skip to content

Commit

Permalink
Updating run
Browse files Browse the repository at this point in the history
  • Loading branch information
davepaulsanders committed Oct 14, 2024
1 parent 6c738c9 commit ca7a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
docker build -t davepsandy/portfolio:latest .
- name: push image to docker hub
run: |
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u davepaulsanders --password-stdin
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u davepaulsanders@gmail.com --password-stdin
docker push davepsandy/portfolio:latest

0 comments on commit ca7a08f

Please sign in to comment.