From c3b41ff2ad57364b69e1b9f6279f176d7d120649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:06:08 -0700 Subject: [PATCH] Bump docker/login-action from 2.2.0 to 3.0.0 (#131) 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/v2.2.0...v3.0.0) --- 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> (cherry picked from commit 8abca640fd4540cbfbe4a045506fd04f1e8a0829) --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 767e9273..2c9a5efd 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -79,7 +79,7 @@ jobs: - name: Log into registry if: env.PUSH == 'true' - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }}