Merge pull request #103 from kairos-io/renovate/docker-login-action-3.x

This commit is contained in:
Itxaka
2023-12-03 13:37:37 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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