Bump docker/login-action from 1 to 1.9.0 (#2965)

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 09:30:05 -07:00 committed by GitHub
parent eefa76df2b
commit 0b38133704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ jobs:
job-id: grpc-smoke
- name: Login to GitHub Package Registry
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View File

@ -25,7 +25,7 @@ jobs:
job-id: play-smoke
- name: Login to GitHub Package Registry
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View File

@ -25,7 +25,7 @@ jobs:
job-id: fakebackend-smoke
- name: Login to GitHub Package Registry
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View File

@ -25,7 +25,7 @@ jobs:
job-id: springboot-smoke
- name: Login to GitHub Package Registry
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View File

@ -25,7 +25,7 @@ jobs:
job-id: matrix-smoke
- name: Login to GitHub Package Registry
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}