Bump docker/login-action from 1 to 2 (#442)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-11 13:44:52 +02:00 committed by GitHub
parent f28fd41f97
commit 75c2497741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ github.repository_owner }}
@ -69,7 +69,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ github.repository_owner }}
@ -107,7 +107,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ github.repository_owner }}

View File

@ -31,7 +31,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ github.repository_owner }}
@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ github.repository_owner }}
@ -119,7 +119,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ github.repository_owner }}