1
0
mirror of https://github.com/kairos-io/osbuilder.git synced 2025-05-09 00:26:23 +00:00

Merge pull request from kairos-io/renovate/docker-login-action-2.x

This commit is contained in:
Itxaka 2023-07-20 09:00:12 +02:00 committed by GitHub
commit abde07894a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
.github/workflows

View File

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

View File

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