chore(deps): update docker/login-action action to v3 (#2448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6a03a110bb
commit
74519f618d
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to quay.io
|
- name: Login to quay.io
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: quay.io/oauth2-proxy
|
registry: quay.io/oauth2-proxy
|
||||||
username: ${{ secrets.REGISTRY_USERNAME_NIGHTLY }}
|
username: ${{ secrets.REGISTRY_USERNAME_NIGHTLY }}
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to quay.io
|
- name: Login to quay.io
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: quay.io/oauth2-proxy
|
registry: quay.io/oauth2-proxy
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue