From db1b6f7caa0221c6ff4b285293ee1ec0c8722f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 06:32:36 +0000 Subject: [PATCH] ci(action): bump docker/login-action from v1.6.0 to v1.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from v1.6.0 to v1.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.6.0...7b79d7e834acf71765fabde7c87a6eefce485de5) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26d7a634..6cef09c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,7 +182,7 @@ jobs: run: echo ${{ steps.cache.outputs.cache-hit }} - name: Login to DockerHub - uses: docker/login-action@v1.6.0 + uses: docker/login-action@v1.7.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}