chore(deps): bump docker/login-action from 1.11.0 to 1.12.0 (#2346)

This commit is contained in:
dependabot[bot] 2021-12-27 21:27:02 +01:00 committed by GitHub
parent 701037d3b2
commit 6dd2c1d5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -97,13 +97,13 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@v1.11.0
uses: docker/login-action@v1.12.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.11.0
uses: docker/login-action@v1.12.0
with:
registry: ghcr.io
username: ${{ github.actor }}

View file

@ -31,13 +31,13 @@ jobs:
id: buildx
- name: Login to DockerHub
uses: docker/login-action@v1.11.0
uses: docker/login-action@v1.12.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.11.0
uses: docker/login-action@v1.12.0
with:
registry: ghcr.io
username: ${{ github.actor }}