chore(deps): update docker/login-action action to v2

This commit is contained in:
renovate[bot] 2023-06-27 19:13:42 +00:00 committed by GitHub
parent 354aed6e6f
commit 0ef03191e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View file

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}