@cryptotaxi247 / kubo / commits / 0ee0ec664

chore(deps): bump docker/login-action from 2.2.0 to 3.0.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/465a07811f14bebb1938fbed4728c6a1ff8901fc...343f7c4344506bcbf9b4de18042ae17996df046d) --- 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>

dependabot[bot] committed Jan 11, 2024 at 19:14 UTC 0ee0ec664a2e62a0bc28d4b03c77451bcc0b1030
1 file changed +1 -1
.github/workflows/docker-image.yml
+1 -1
@@ -63,7 +63,7 @@ jobs:
63 shell: bash
64
65 - name: Log in to Docker Hub
66 - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
66 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
67 with:
68 username: ${{ vars.DOCKER_USERNAME }}
69 password: ${{ secrets.DOCKER_PASSWORD }}