@cryptotaxi247 / kubo / commits / 67cd516ca

chore(deps): bump docker/login-action from 1.10.0 to 2.2.0 (#9979)

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f054a8b539a109f9f41c372932f1ae047eff08c9...465a07811f14bebb1938fbed4728c6a1ff8901fc) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Jun 22, 2023 at 11:18 UTC 67cd516ca57e548317494cf846d6e4f269de9436
1 file changed +1 -1
.github/workflows/docker-image.yml
+1 -1
@@ -48,7 +48,7 @@ jobs:
48 shell: bash
49
50 - name: Log in to Docker Hub
51 - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
51 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
52 with:
53 username: ${{ vars.DOCKER_USERNAME }}
54 password: ${{ secrets.DOCKER_PASSWORD }}