From cb20ec7891afd08efb85b561ba4ee14bb5cac283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:32:37 +0100 Subject: [PATCH] Bump docker/login-action from 1 to 3 (#176) Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) --- 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> --- .github/workflows/docker-push-tde-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-push-tde-image.yaml b/.github/workflows/docker-push-tde-image.yaml index 9a6ed7e6b76..e3067d46f48 100644 --- a/.github/workflows/docker-push-tde-image.yaml +++ b/.github/workflows/docker-push-tde-image.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Login to Docker Hub - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}