chore(deps): bump docker/login-action from 1 to 1.9.0

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>
This commit is contained in:
dependabot[bot] 2021-05-12 05:16:53 +00:00 committed by GitHub
parent 3748bb8695
commit b4972211f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ jobs:
install: true install: true
- name: Login to GHCR - name: Login to GHCR
uses: docker/login-action@v1 uses: docker/login-action@v1.9.0
with: with:
registry: ghcr.io registry: ghcr.io
username: roleypoly username: roleypoly

View file

@ -35,7 +35,7 @@ jobs:
install: true install: true
- name: Login to GitHub Packages Docker Registry - name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v1 uses: docker/login-action@v1.9.0
with: with:
registry: ghcr.io registry: ghcr.io
username: roleypoly username: roleypoly