From 2c820c22a72c4c0c013430f28e37877dd9bb76e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:15:31 -0700 Subject: [PATCH] chore: bump docker/login-action from 2.1.0 to 2.2.0 (#555) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index d651acb6..fea2456d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 ref: ${{ steps.get-tag.outputs.tag }} - name: Login to ${{ env.REGISTRY }} - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}