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

Closed
renovate-bot wants to merge 1 commit from renovate/docker-login-action-3.x into master

View file

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