From 302e288bb262d8367570c25ed592a042140128b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 06:37:04 +0000 Subject: [PATCH] ci(action): bump docker/login-action from v1.5.0 to v1.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from v1.5.0 to v1.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.5.0...adb73476b6e06caddec5db0bc1deacbec8cdd947) 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 5331568a..0a577be2 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.5.0 + uses: docker/login-action@v1.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}