mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-05-09 00:26:23 +00:00
Merge pull request #49 from kairos-io/renovate/docker-login-action-2.x
This commit is contained in:
commit
abde07894a
.github/workflows
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -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 }}
|
||||
|
2
.github/workflows/tool-image.yml
vendored
2
.github/workflows/tool-image.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user