From 6616413c1be5475d01b8ded0bb7d352bae778c51 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:43:33 +0100 Subject: [PATCH] chore(deps): update docker/login-action action to v2 (#11) Co-authored-by: plural-renovate[bot] --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 321a2c2..5b9cfe9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }}