Skip to content

Commit

Permalink
Update docker/login-action@v3 to v3 #TASK-5696
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Apr 2, 2024
1 parent 5541098 commit b19e5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-hub-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
path: build
- name: Chmod
run: "find build -regex '.*sh' | while read file ; do chmod u+x $file ; done"
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit b19e5db

Please sign in to comment.