From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 02:13:12 +0000 (-0400) Subject: Bump docker/login-action from 1 to 2 (#3059) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4af87d8a43e2fd17045234d646dc59bfc8d77af4 Bump docker/login-action from 1 to 2 (#3059) Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 60a9b77..dfde069 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}