From a67c3339b71668584daf9e3b99bfe4d376574208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 14:08:10 +0100 Subject: [PATCH] Bump docker/login-action from 1.12.0 to 1.13.0 (#18) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 516ed6c..964e69b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -46,7 +46,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 + uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}