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 e64f115 commit 6c738c9
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: |
docker login -u davepaulsanders --password-stdin ${{ secrets.DOCKER_HUB_TOKEN }}
echo ${{ secrets.DOCKER_HUB_TOKEN }} | docker login -u davepaulsanders --password-stdin
docker push davepsandy/portfolio:latest

0 comments on commit 6c738c9

Please sign in to comment.