Update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-10-06 00:56:59 +00:00 committed by GitHub
parent 8a77e39866
commit 30a29c4517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ jobs:
- name: Login to quay.io
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}