summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-12 08:43:48 -0400
committerGitHub <noreply@github.com>2022-05-12 08:43:48 -0400
commit698ad5fd5268f037df90409a9c90baa1eb41ad83 (patch)
treef95afd5e093989ef6a9992af2fe1a2c981be6d40 /.github
parentfd8794d9afbb3e3fce27779977acb6ffca00fb85 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index bea15c9611..7d6b42277a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -168,7 +168,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Docker Hub Login
id: login
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}