From b0e3d600403a4b9370016d69e5585d726c791f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:08:36 +0000 Subject: [PATCH] Bump docker/login-action from 2.0.0 to 2.1.0 Dependabot couldn't find the original pull request head commit, 0ecb70c6097c28f883c292409f4ed60e9d800875. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 97c5309cd..98e5c614b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -88,7 +88,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} - name: Log in to the Container registry if: ${{ matrix.db_backend == 'goleveldb' }} - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -237,7 +237,7 @@ jobs: id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Log in to the Container registry - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}