chore(deps): bump docker/login-action from 1 to 2 (#12850)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
May 12, 2022 at 08:43 UTC
698ad5fd5268f037df90409a9c90baa1eb41ad83
1 file changed
+1
-1
.github/workflows/docker.yml
+1
-1
@@ -168,7 +168,7 @@ jobs:
168
uses: docker/setup-buildx-action@v2
169
- name: Docker Hub Login
170
id: login
171
- uses: docker/login-action@v1
171
+ uses: docker/login-action@v2
172
with:
173
username: ${{ secrets.DOCKER_HUB_USERNAME }}
174
password: ${{ secrets.DOCKER_HUB_PASSWORD }}