From 94babcd983e386888040bbc1b3870be0d6445a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:56:53 +0000 Subject: [PATCH] Build(deps): Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cf240bf..64f5df4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -72,7 +72,7 @@ jobs: # not available (e.g. when PR from a fork or dependabot). Sadly, the # secrets context is not available in jobs/steps.if but we copy the # HARBOR_USER secret into the environment and check that instead. - - uses: docker/login-action@v2 + - uses: docker/login-action@v3 id: docker_login env: HARBOR_USER: ${{ secrets.HARBOR_USER }}