Skip to content

Commit

Permalink
Merge pull request #53 from anasoid/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v3
  • Loading branch information
anasoid authored Oct 17, 2023
2 parents 2e185c7 + 3570be8 commit 8bd40ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
#Publish on master
- name: Login to DockerHub 📦
if: ${{ github.ref_name == 'master' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 8bd40ee

Please sign in to comment.