Skip to content

Commit

Permalink
Update Docker deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxfsf authored Nov 11, 2023
1 parent b3e480d commit 0ea6b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
push-image-to-docker-hub: # job name
runs-on: ubuntu-latest # runner name : (ubuntu latest version)
steps:
- uses: actions/checkout@v2 # first action : checkout source code
- uses: actions/checkout@v4 # first action : checkout source code
- name: docker login
#run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USER }}" --password-stdin
Expand Down

0 comments on commit 0ea6b37

Please sign in to comment.