chore(deps): bump docker/login-action from 1.13.0 to 1.14.0 (#2442)

This commit is contained in:
dependabot[bot] 2022-02-28 22:17:22 +01:00 committed by GitHub
parent dca2372431
commit 59712122ff
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.13.0
uses: docker/login-action@v1.14.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.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.13.0
uses: docker/login-action@v1.14.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.0
with:
registry: ghcr.io
username: ${{ github.actor }}