mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +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
|
||||
run: gcloud auth configure-docker -q
|
||||
- name: Login to plural registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: dkr.plural.sh
|
||||
username: mjg@plural.sh
|
||||
password: ${{ secrets.PLURAL_ACCESS_TOKEN }}
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Reference in a new issue