build(deps): Bump docker/login-action from 1.12.0 to 1.13.0 (#7890)

This commit is contained in:
dependabot[bot]
2022-02-21 10:41:06 +01:00
committed by GitHub
parent abdf717761
commit 325740a57c
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@@ -49,7 +49,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0
- name: Log in to the container registry
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}