mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
chore(deps): update docker/login-action action to v2 (#11)
Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4f67e7e804
commit
6616413c1b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
@ -41,13 +41,13 @@ jobs:
|
||||||
- name: Login to gcr
|
- name: Login to gcr
|
||||||
run: gcloud auth configure-docker -q
|
run: gcloud auth configure-docker -q
|
||||||
- name: Login to plural registry
|
- name: Login to plural registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: dkr.plural.sh
|
registry: dkr.plural.sh
|
||||||
username: mjg@plural.sh
|
username: mjg@plural.sh
|
||||||
password: ${{ secrets.PLURAL_ACCESS_TOKEN }}
|
password: ${{ secrets.PLURAL_ACCESS_TOKEN }}
|
||||||
- name: Login to GHCR
|
- name: Login to GHCR
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
Loading…
Reference in a new issue