From b1e45a7a06adcfaa9093d2737c54358fae30fe19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:52:34 +0000 Subject: [PATCH] ci(action): bump docker/login-action from v1.4.0 to v1.4.1 Bumps [docker/login-action](https://github.com/docker/login-action) from v1.4.0 to v1.4.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.4.0...34d5f75b0d6d0d22f06d83acf2fa1b144409ec83) 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 06b1522c..c118d4f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -174,7 +174,7 @@ jobs: run: echo ${{ steps.cache.outputs.cache-hit }} - name: Login to DockerHub - uses: docker/login-action@v1.4.0 + uses: docker/login-action@v1.4.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}