chore(deps): update docker/login-action action to v3

This commit is contained in:
Renovate Bot 2024-06-08 13:20:32 +00:00
parent ee05b3e132
commit ce743b0ecf

View file

@ -115,7 +115,7 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve' if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'realaravinth/dumbserve'
uses: docker/login-action@v1 uses: docker/login-action@v3
with: with:
username: realaravinth username: realaravinth
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}