Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi14 committed Nov 11, 2023
1 parent 91472b5 commit 585f7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Push Docker Image to Docker Hub
run: |
echo ${{ secrets.DOCKER_KEY }} | docker login -u ${{ secrets.DOCKER_UNAME }} --password-stdin
docker login -u ${{ secrets.DOCKER_UNAME }} -p ${{ secrets.DOCKER_KEY }}
# docker-image:
Expand Down

0 comments on commit 585f7b5

Please sign in to comment.