From a298cfd2208a53d07b22cd73a81fdd757222350a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 02:28:49 +0000 Subject: [PATCH] Bump docker/login-action from 2.0.0 to 2.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ae1f913..b00951cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWD }} - name: Login Docker Hub - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.1.0 with: logout: false registry: docker.io @@ -64,7 +64,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWD }} # - name: Login Quay.io -# uses: docker/login-action@v2.0.0 +# uses: docker/login-action@v2.1.0 # with: # logout: false # registry: quay.io